mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-29 16:53:31 -05:00
Fixed some dependency issues
This commit is contained in:
parent
5df54d7630
commit
a4ee76e402
@ -893,12 +893,15 @@ rs_jsonapi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
INCLUDEPATH *= $${JSONAPI_GENERATOR_OUT}
|
INCLUDEPATH *= $${JSONAPI_GENERATOR_OUT}
|
||||||
|
DEPENDPATH *= $${JSONAPI_GENERATOR_OUT}
|
||||||
apiheaders = $$files($${RS_SRC_PATH}/libretroshare/src/retroshare/*.h)
|
apiheaders = $$files($${RS_SRC_PATH}/libretroshare/src/retroshare/*.h)
|
||||||
|
#Make sure that the jsonapigenerator executable are ready
|
||||||
|
apiheaders += $${JSONAPI_GENERATOR_EXE}
|
||||||
|
|
||||||
genjsonapi.name = Generating jsonapi headers.
|
genjsonapi.name = Generating jsonapi headers.
|
||||||
genjsonapi.input = apiheaders
|
genjsonapi.input = apiheaders
|
||||||
genjsonapi.output = $${WRAPPERS_INCL_FILE} $${WRAPPERS_INCL_FILE}
|
genjsonapi.output = $${WRAPPERS_INCL_FILE} $${WRAPPERS_REG_FILE}
|
||||||
genjsonapi.clean = $${WRAPPERS_INCL_FILE} $${WRAPPERS_INCL_FILE}
|
genjsonapi.clean = $${WRAPPERS_INCL_FILE} $${WRAPPERS_REG_FILE}
|
||||||
genjsonapi.CONFIG += target_predeps combine no_link
|
genjsonapi.CONFIG += target_predeps combine no_link
|
||||||
genjsonapi.variable_out = HEADERS
|
genjsonapi.variable_out = HEADERS
|
||||||
genjsonapi.commands = \
|
genjsonapi.commands = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user