mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-16 13:02:27 -04:00
Added DEPENDPATH to pro files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7842 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8cb3ae6d2e
commit
7f58460e5f
8 changed files with 23 additions and 20 deletions
|
@ -56,6 +56,7 @@ debug {
|
|||
QMAKE_CFLAGS += -O0
|
||||
}
|
||||
|
||||
DEPENDPATH *= retroshare-gui
|
||||
INCLUDEPATH *= retroshare-gui
|
||||
|
||||
# treat warnings as error for better removing
|
||||
|
@ -88,7 +89,9 @@ linux-* {
|
|||
}
|
||||
|
||||
LIBS += ../../../lib/sqlcipher/.libs/libsqlcipher.a
|
||||
DEPENDPATH += ../../../lib/sqlcipher/src/
|
||||
INCLUDEPATH += ../../../lib/sqlcipher/src/
|
||||
DEPENDPATH += ../../../lib/sqlcipher/tsrc/
|
||||
INCLUDEPATH += ../../../lib/sqlcipher/tsrc/
|
||||
|
||||
} else {
|
||||
|
@ -199,6 +202,7 @@ win32 {
|
|||
|
||||
DEFINES *= WINDOWS_SYS WIN32_LEAN_AND_MEAN _USE_32BIT_TIME_T
|
||||
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += .
|
||||
}
|
||||
|
||||
|
@ -284,21 +288,7 @@ win32 {
|
|||
LIBS += -lws2_32
|
||||
}
|
||||
|
||||
DEPENDPATH += . \
|
||||
rsiface \
|
||||
control \
|
||||
gui \
|
||||
lang \
|
||||
util \
|
||||
gui/bwgraph \
|
||||
gui/chat \
|
||||
gui/connect \
|
||||
gui/images \
|
||||
gui/common \
|
||||
gui/toaster \
|
||||
gui/help/browser \
|
||||
gui/elastic
|
||||
|
||||
DEPENDPATH += . ../../libretroshare/src/
|
||||
INCLUDEPATH += ../../libretroshare/src/
|
||||
|
||||
# Input
|
||||
|
@ -1082,6 +1072,7 @@ gxsphotoshare {
|
|||
|
||||
wikipoos {
|
||||
|
||||
DEPENDPATH += ../../supportlibs/pegmarkdown
|
||||
INCLUDEPATH += ../../supportlibs/pegmarkdown
|
||||
|
||||
HEADERS += gui/WikiPoos/WikiDialog.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue