diff options
author | Benjamin-Dobell <benjamin.dobell+github@glassechidna.com.au> | 2010-12-17 16:29:31 +0100 |
---|---|---|
committer | Benjamin-Dobell <benjamin.dobell+github@glassechidna.com.au> | 2010-12-17 16:29:31 +0100 |
commit | 9c5e6eef740dabed7e82e3488cf63c7f4c33ad34 (patch) | |
tree | 5746989d9c1032d5ee867cedb3b141925d1230f8 /heimdall | |
parent | Heimdall 1.1.1 - Fix Galaxy Tab Modem Flashing (diff) | |
download | Heimdall-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 '')
-rw-r--r-- | heimdall-frontend/heimdall-frontend.pro | 13 |
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 {
|