mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-20 11:58:44 -04:00
fixed compilation "without git" as asked by ubuntu packaging
This commit is contained in:
parent
ac9d568c8c
commit
66e1c8c253
1 changed files with 50 additions and 50 deletions
100
RetroShare.pro
100
RetroShare.pro
|
@ -1,51 +1,51 @@
|
||||||
!include("retroshare.pri"): error("Could not include file retroshare.pri")
|
!include("retroshare.pri"): error("Could not include file retroshare.pri")
|
||||||
|
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
CONFIG += tests
|
#CONFIG += tests
|
||||||
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
openpgpsdk \
|
openpgpsdk \
|
||||||
libbitdht \
|
libbitdht \
|
||||||
libretroshare \
|
libretroshare \
|
||||||
libresapi \
|
libresapi \
|
||||||
retroshare_gui \
|
retroshare_gui \
|
||||||
retroshare_nogui \
|
retroshare_nogui \
|
||||||
plugins
|
plugins
|
||||||
|
|
||||||
openpgpsdk.file = openpgpsdk/src/openpgpsdk.pro
|
openpgpsdk.file = openpgpsdk/src/openpgpsdk.pro
|
||||||
|
|
||||||
libbitdht.file = libbitdht/src/libbitdht.pro
|
libbitdht.file = libbitdht/src/libbitdht.pro
|
||||||
|
|
||||||
libretroshare.file = libretroshare/src/libretroshare.pro
|
libretroshare.file = libretroshare/src/libretroshare.pro
|
||||||
libretroshare.depends = openpgpsdk libbitdht
|
libretroshare.depends = openpgpsdk libbitdht
|
||||||
|
|
||||||
libresapi.file = libresapi/src/libresapi.pro
|
libresapi.file = libresapi/src/libresapi.pro
|
||||||
libresapi.depends = libretroshare
|
libresapi.depends = libretroshare
|
||||||
|
|
||||||
retroshare_gui.file = retroshare-gui/src/retroshare-gui.pro
|
retroshare_gui.file = retroshare-gui/src/retroshare-gui.pro
|
||||||
retroshare_gui.depends = libretroshare libresapi
|
retroshare_gui.depends = libretroshare libresapi
|
||||||
retroshare_gui.target = retroshare-gui
|
retroshare_gui.target = retroshare-gui
|
||||||
|
|
||||||
retroshare_nogui.file = retroshare-nogui/src/retroshare-nogui.pro
|
retroshare_nogui.file = retroshare-nogui/src/retroshare-nogui.pro
|
||||||
retroshare_nogui.depends = libretroshare libresapi
|
retroshare_nogui.depends = libretroshare libresapi
|
||||||
retroshare_nogui.target = retroshare-nogui
|
retroshare_nogui.target = retroshare-nogui
|
||||||
|
|
||||||
plugins.file = plugins/plugins.pro
|
plugins.file = plugins/plugins.pro
|
||||||
plugins.depends = retroshare_gui
|
plugins.depends = retroshare_gui
|
||||||
plugins.target = plugins
|
plugins.target = plugins
|
||||||
|
|
||||||
wikipoos {
|
wikipoos {
|
||||||
SUBDIRS += pegmarkdown
|
SUBDIRS += pegmarkdown
|
||||||
pegmarkdown.file = supportlibs/pegmarkdown/pegmarkdown.pro
|
pegmarkdown.file = supportlibs/pegmarkdown/pegmarkdown.pro
|
||||||
retroshare_gui.depends += pegmarkdown
|
retroshare_gui.depends += pegmarkdown
|
||||||
}
|
}
|
||||||
|
|
||||||
tests {
|
tests {
|
||||||
SUBDIRS += librssimulator
|
SUBDIRS += librssimulator
|
||||||
librssimulator.file = tests/librssimulator/librssimulator.pro
|
librssimulator.file = tests/librssimulator/librssimulator.pro
|
||||||
|
|
||||||
SUBDIRS += unittests
|
SUBDIRS += unittests
|
||||||
unittests.file = tests/unittests/unittests.pro
|
unittests.file = tests/unittests/unittests.pro
|
||||||
unittests.depends = libretroshare librssimulator
|
unittests.depends = libretroshare librssimulator
|
||||||
unittests.target = unittests
|
unittests.target = unittests
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue