From 9c5e6eef740dabed7e82e3488cf63c7f4c33ad34 Mon Sep 17 00:00:00 2001 From: Benjamin-Dobell Date: Sat, 18 Dec 2010 02:29:31 +1100 Subject: Ran make distclean for libusb and universal binary support to heimdall-frontend --- heimdall-frontend/heimdall-frontend.pro | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'heimdall-frontend') 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 { -- cgit v1.1