diff options
| author | Remko Tronçon <git@el-tramo.be> | 2009-06-18 20:34:37 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2009-06-18 20:34:37 (GMT) | 
| commit | 38e83db22eed41e115c1483323a62c62be34dbec (patch) | |
| tree | e767fc2f07cc8f8b8a37c5d8054055ce03986535 | |
| parent | 7319ae43ca5cbae486607b67fcd5ba45a3aec567 (diff) | |
| download | swift-38e83db22eed41e115c1483323a62c62be34dbec.zip swift-38e83db22eed41e115c1483323a62c62be34dbec.tar.bz2 | |
Use Swiften INCLUDEPATH and DEPENDPATH on all platforms.
| -rw-r--r-- | Swift/QtUI/Swift.pro | 4 | 
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 | 
 Swift
 Swift