aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall-frontend
diff options
context:
space:
mode:
authorBenjamin-Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-18 02:29:31 +1100
committerBenjamin-Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-18 02:29:31 +1100
commit9c5e6eef740dabed7e82e3488cf63c7f4c33ad34 (patch)
tree5746989d9c1032d5ee867cedb3b141925d1230f8 /heimdall-frontend
parentfbab0f535efa78fe5ec77848559c33b9f798e072 (diff)
downloadexternal_heimdall-9c5e6eef740dabed7e82e3488cf63c7f4c33ad34.zip
external_heimdall-9c5e6eef740dabed7e82e3488cf63c7f4c33ad34.tar.gz
external_heimdall-9c5e6eef740dabed7e82e3488cf63c7f4c33ad34.tar.bz2
Ran make distclean for libusb and universal binary support to heimdall-frontend
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 {