aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall-frontend
diff options
context:
space:
mode:
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 {