summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Swift/QtUI/Swift.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/Swift.pro b/Swift/QtUI/Swift.pro
index 2a6c9ba..fbf5537 100644
--- a/Swift/QtUI/Swift.pro
+++ b/Swift/QtUI/Swift.pro
@@ -8,6 +8,8 @@ else {
TARGET = Swift
}
+DEPENDPATH += . ../.. ../../3rdParty/Boost
+INCLUDEPATH += . ../.. ../../3rdParty/Boost
win32 {
CONFIG += console
@@ -25,8 +27,6 @@ win32 {
LIBS += -ldnsapi -lws2_32 -lwsock32
}
else {
- DEPENDPATH += . ../.. ../../3rdParty/Boost
- INCLUDEPATH += . ../.. ../../3rdParty/Boost
LIBS += ../Controllers/Controllers.a ../../Swiften/Swiften.a -lexpat -lssl -lcrypto
unix {
LIBS += -lresolv