diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-01 10:52:35 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-01 10:53:37 (GMT) |
commit | 456a04711c814b6302fcb57005bed873acb12c38 (patch) | |
tree | fca2e301f3bfe9f0de72a255dd800e3ef8903914 /UI/Qt/Swift.pro | |
parent | 2812bddd81f8a1b804c7460f4e14cd0aa393d129 (diff) | |
download | swift-456a04711c814b6302fcb57005bed873acb12c38.zip swift-456a04711c814b6302fcb57005bed873acb12c38.tar.bz2 |
Updated qmakeish to new directory structure.
Diffstat (limited to 'UI/Qt/Swift.pro')
-rw-r--r-- | UI/Qt/Swift.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/Qt/Swift.pro b/UI/Qt/Swift.pro index 1aec626..83bbb45 100644 --- a/UI/Qt/Swift.pro +++ b/UI/Qt/Swift.pro @@ -23,7 +23,7 @@ win32 { LIBS += "F:/Expat 2.0.1/Bin/libexpat.lib" LIBS += -LF:/OpenSSL/lib/VC -llibeay32MT -lssleay32MT - include(../../Swiften/Swift.pri) + include(Swiften.pri) LIBS += -ldnsapi -lws2_32 -lwsock32 } else { DEPENDPATH += . ../.. ../../3rdParty/Boost |