summaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/heimdall-frontend.pro
diff options
context:
space:
mode:
authorBenjamin Dobell <ben.dobell@playup.com>2013-06-08 06:58:37 +0200
committerBenjamin Dobell <ben.dobell@playup.com>2013-06-08 07:07:01 +0200
commitf47b69d037b74cf0916bbab248abcafe8a1f01a3 (patch)
treeed4afe6fe9c26f2740276420792f3800e6b60bd5 /heimdall-frontend/heimdall-frontend.pro
parentFixed configure/libtool issue on OS X by placing AC_PROG_LIBTOOL after AC_PROG_CXX. (diff)
downloadHeimdall-f47b69d037b74cf0916bbab248abcafe8a1f01a3.tar
Heimdall-f47b69d037b74cf0916bbab248abcafe8a1f01a3.tar.gz
Heimdall-f47b69d037b74cf0916bbab248abcafe8a1f01a3.tar.bz2
Heimdall-f47b69d037b74cf0916bbab248abcafe8a1f01a3.tar.lz
Heimdall-f47b69d037b74cf0916bbab248abcafe8a1f01a3.tar.xz
Heimdall-f47b69d037b74cf0916bbab248abcafe8a1f01a3.tar.zst
Heimdall-f47b69d037b74cf0916bbab248abcafe8a1f01a3.zip
Diffstat (limited to '')
-rw-r--r--heimdall-frontend/heimdall-frontend.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/heimdall-frontend/heimdall-frontend.pro b/heimdall-frontend/heimdall-frontend.pro
index ecc6235..6cb5774 100644
--- a/heimdall-frontend/heimdall-frontend.pro
+++ b/heimdall-frontend/heimdall-frontend.pro
@@ -53,8 +53,13 @@ macx {
PRIVATE_FRAMEWORKS.path = Contents/Frameworks
QMAKE_BUNDLE_DATA += PRIVATE_FRAMEWORKS
+ LIBS += -L/usr/lib
config += x86 x86_64 ppc
+
+ QMAKE_CFLAGS_X86_64 = -m64 -mmacosx-version-min=10.5
+ QMAKE_CXXFLAGS_X86_64 = $$QMAKE_CFLAGS_X86_64
+ QMAKE_LFLAGS_X86_64 = $$QMAKE_CFLAGS_X86_64
isEmpty(OUTPUTDIR) {
DESTDIR = /Applications