summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-06-18 20:34:37 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-06-18 20:34:37 (GMT)
commit38e83db22eed41e115c1483323a62c62be34dbec (patch)
treee767fc2f07cc8f8b8a37c5d8054055ce03986535 /Swift
parent7319ae43ca5cbae486607b67fcd5ba45a3aec567 (diff)
downloadswift-38e83db22eed41e115c1483323a62c62be34dbec.zip
swift-38e83db22eed41e115c1483323a62c62be34dbec.tar.bz2
Use Swiften INCLUDEPATH and DEPENDPATH on all platforms.
Diffstat (limited to 'Swift')
-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