mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 20:04:20 -04:00
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:
parent
bbb15fd960
commit
5df54d7630
2 changed files with 11 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue