summaryrefslogtreecommitdiffstats
path: root/heimdall-frontend
diff options
context:
space:
mode:
authorBenjamin-Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-17 16:29:31 +0100
committerBenjamin-Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-17 16:29:31 +0100
commit9c5e6eef740dabed7e82e3488cf63c7f4c33ad34 (patch)
tree5746989d9c1032d5ee867cedb3b141925d1230f8 /heimdall-frontend
parentHeimdall 1.1.1 - Fix Galaxy Tab Modem Flashing (diff)
downloadHeimdall-9c5e6eef740dabed7e82e3488cf63c7f4c33ad34.tar
Heimdall-9c5e6eef740dabed7e82e3488cf63c7f4c33ad34.tar.gz
Heimdall-9c5e6eef740dabed7e82e3488cf63c7f4c33ad34.tar.bz2
Heimdall-9c5e6eef740dabed7e82e3488cf63c7f4c33ad34.tar.lz
Heimdall-9c5e6eef740dabed7e82e3488cf63c7f4c33ad34.tar.xz
Heimdall-9c5e6eef740dabed7e82e3488cf63c7f4c33ad34.tar.zst
Heimdall-9c5e6eef740dabed7e82e3488cf63c7f4c33ad34.zip
Diffstat (limited to 'heimdall-frontend')
-rw-r--r--heimdall-frontend/heimdall-frontend.pro13
1 files changed, 11 insertions, 2 deletions
diff --git a/heimdall-frontend/heimdall-frontend.pro b/heimdall-frontend/heimdall-frontend.pro
index 7e5427b..e784b56 100644
--- a/heimdall-frontend/heimdall-frontend.pro
+++ b/heimdall-frontend/heimdall-frontend.pro
@@ -5,9 +5,18 @@
TEMPLATE = app
TARGET = heimdall-frontend
-OUTPUTDIR = $$[FRONTENDOUTDIR]
-
macx {
+ PRIVATE_FRAMEWORKS.files = /Library/Frameworks/QtCore.framework \
+ /Library/Frameworks/QtGui.framework
+ PRIVATE_FRAMEWORKS.path = Contents/Frameworks
+
+ QMAKE_BUNDLE_DATA += PRIVATE_FRAMEWORKS
+
+ QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4
+ QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
+
+ config += x86 x86_64 ppc
+
isEqual(OUTPUTDIR, "") {
DESTDIR = /Applications
} else {