mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 13:52:43 -04:00
fixed retroshare-nogui compilation (2)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3330 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
199c412037
commit
5d811a8891
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,6 @@
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = retroshare-nogui
|
TARGET = retroshare-nogui
|
||||||
|
|
||||||
# bitdht config
|
|
||||||
bitdht {
|
|
||||||
LIBS += ../../libbitdht/src/lib/libbitdht.a
|
|
||||||
}
|
|
||||||
################################# Linux ##########################################
|
################################# Linux ##########################################
|
||||||
linux-* {
|
linux-* {
|
||||||
#CONFIG += version_detail_bash_script
|
#CONFIG += version_detail_bash_script
|
||||||
|
@ -78,6 +74,10 @@ macx {
|
||||||
|
|
||||||
############################## Common stuff ######################################
|
############################## Common stuff ######################################
|
||||||
|
|
||||||
|
# bitdht config
|
||||||
|
bitdht {
|
||||||
|
LIBS += ../../libbitdht/src/lib/libbitdht.a
|
||||||
|
}
|
||||||
DEPENDPATH += ../../libretroshare/src
|
DEPENDPATH += ../../libretroshare/src
|
||||||
|
|
||||||
INCLUDEPATH += . ../../libretroshare/src
|
INCLUDEPATH += . ../../libretroshare/src
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue