Converted extra targets into an extra compiler:

- Multi core compilation works correctly
 - The jsonapi header files are regenerated when there are changes in libretroshare interface files
This commit is contained in:
hunbernd 2019-03-10 01:49:47 +01:00
parent bbb15fd960
commit 5df54d7630
2 changed files with 11 additions and 16 deletions

View file

@ -31,7 +31,7 @@ rs_jsonapi:isEmpty(JSONAPI_GENERATOR_EXE) {
SUBDIRS += libbitdht
libbitdht.file = libbitdht/src/libbitdht.pro
libretroshare.depends = openpgpsdk libbitdht
libretroshare.depends += openpgpsdk libbitdht
SUBDIRS += libretroshare
libretroshare.file = libretroshare/src/libretroshare.pro
@ -39,7 +39,7 @@ libretroshare.file = libretroshare/src/libretroshare.pro
libresapi {
SUBDIRS += libresapi
libresapi.file = libresapi/src/libresapi.pro
libresapi.depends = libretroshare
libresapi.depends += libretroshare
}
retroshare_gui {