summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-07-04 10:58:46 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-07-04 10:58:46 (GMT)
commit640b4c48d828c9f7b839e0cd6003cc7ccdea9575 (patch)
tree79993bd1d9e94b6d588786fa8744d759a00b9a8e /Swift/QtUI/Swift.pro
parent1231acac77f2811a94f9bc83e38abb8ed85468b3 (diff)
downloadswift-640b4c48d828c9f7b839e0cd6003cc7ccdea9575.zip
swift-640b4c48d828c9f7b839e0cd6003cc7ccdea9575.tar.bz2
Support qmakeish compilation on Windows again.
I've added a fixwindows.pri that's got temporary qmakeish fixes that we need to address.
Diffstat (limited to 'Swift/QtUI/Swift.pro')
-rw-r--r--Swift/QtUI/Swift.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swift/QtUI/Swift.pro b/Swift/QtUI/Swift.pro
index 5b9ea72..23042bb 100644
--- a/Swift/QtUI/Swift.pro
+++ b/Swift/QtUI/Swift.pro
@@ -22,10 +22,11 @@ else {
HAVE_OPENSSL=yes
DEFINES += HAVE_OPENSSL
- INCLUDEPATH += F:/OpenSSL/include
- LIBS += -LF:/OpenSSL/lib/VC -llibeay32MT -lssleay32MT
+ INCLUDEPATH += C:/OpenSSL/include
+ LIBS += -LC:/OpenSSL/lib/VC -llibeay32MT -lssleay32MT
include(Swiften.pri)
+ include(fixwindows.pri)
}
win32 {