aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/heimdall-frontend.pro
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-09 17:37:36 +1000
committerBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-09 17:37:36 +1000
commitbf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e (patch)
treec0199127003c2d5418fa6b10fb0676c7abcb0a7e /heimdall-frontend/heimdall-frontend.pro
parent70c1e8e5bae373c4660e460703b577336caac8b0 (diff)
downloadexternal_heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.zip
external_heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.gz
external_heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.bz2
Version 1.3 (beta)
Diffstat (limited to 'heimdall-frontend/heimdall-frontend.pro')
-rw-r--r--heimdall-frontend/heimdall-frontend.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/heimdall-frontend/heimdall-frontend.pro b/heimdall-frontend/heimdall-frontend.pro
index e784b56..cbb3359 100644
--- a/heimdall-frontend/heimdall-frontend.pro
+++ b/heimdall-frontend/heimdall-frontend.pro
@@ -7,7 +7,7 @@ TARGET = heimdall-frontend
macx {
PRIVATE_FRAMEWORKS.files = /Library/Frameworks/QtCore.framework \
- /Library/Frameworks/QtGui.framework
+ /Library/Frameworks/QtGui.framework /Library/Frameworks/QtXml.framework
PRIVATE_FRAMEWORKS.path = Contents/Frameworks
QMAKE_BUNDLE_DATA += PRIVATE_FRAMEWORKS
@@ -44,11 +44,15 @@ macx {
}
}
-QT += core gui
+unix:LIBS += -lz ../libpit/libpit-1.3.a
+win32:LIBS += ../Win32/Release/lib/libpit.lib
+
+QT += core gui xml
CONFIG += release
DEFINES += QT_LARGEFILE_SUPPORT
INCLUDEPATH += ./GeneratedFiles \
./GeneratedFiles/Release \
+ ../libpit/Source \
.
DEPENDPATH += .
MOC_DIR += ./GeneratedFiles/release