mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 13:24:15 -05: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,10 +1,6 @@
|
||||
TEMPLATE = app
|
||||
TARGET = retroshare-nogui
|
||||
|
||||
# bitdht config
|
||||
bitdht {
|
||||
LIBS += ../../libbitdht/src/lib/libbitdht.a
|
||||
}
|
||||
################################# Linux ##########################################
|
||||
linux-* {
|
||||
#CONFIG += version_detail_bash_script
|
||||
@ -78,6 +74,10 @@ macx {
|
||||
|
||||
############################## Common stuff ######################################
|
||||
|
||||
# bitdht config
|
||||
bitdht {
|
||||
LIBS += ../../libbitdht/src/lib/libbitdht.a
|
||||
}
|
||||
DEPENDPATH += ../../libretroshare/src
|
||||
|
||||
INCLUDEPATH += . ../../libretroshare/src
|
||||
|
Loading…
x
Reference in New Issue
Block a user