mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 05:22:31 -04:00
Fixed some dependency issues
This commit is contained in:
parent
5df54d7630
commit
a4ee76e402
1 changed files with 5 additions and 2 deletions
|
@ -893,12 +893,15 @@ rs_jsonapi {
|
|||
}
|
||||
|
||||
INCLUDEPATH *= $${JSONAPI_GENERATOR_OUT}
|
||||
DEPENDPATH *= $${JSONAPI_GENERATOR_OUT}
|
||||
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.input = apiheaders
|
||||
genjsonapi.output = $${WRAPPERS_INCL_FILE} $${WRAPPERS_INCL_FILE}
|
||||
genjsonapi.clean = $${WRAPPERS_INCL_FILE} $${WRAPPERS_INCL_FILE}
|
||||
genjsonapi.output = $${WRAPPERS_INCL_FILE} $${WRAPPERS_REG_FILE}
|
||||
genjsonapi.clean = $${WRAPPERS_INCL_FILE} $${WRAPPERS_REG_FILE}
|
||||
genjsonapi.CONFIG += target_predeps combine no_link
|
||||
genjsonapi.variable_out = HEADERS
|
||||
genjsonapi.commands = \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue