aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall-frontend
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-15 00:59:47 +1000
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-15 00:59:47 +1000
commitba8600a6c361bfc60531a2c90ae67e9268e7f939 (patch)
tree0f04b19aefe6315cfbcd3887dba6b3f3bfcf4388 /heimdall-frontend
parentabea6dbbe0456c374b7889d61902023178beb09b (diff)
downloadexternal_heimdall-ba8600a6c361bfc60531a2c90ae67e9268e7f939.zip
external_heimdall-ba8600a6c361bfc60531a2c90ae67e9268e7f939.tar.gz
external_heimdall-ba8600a6c361bfc60531a2c90ae67e9268e7f939.tar.bz2
Fixed Heimdall Frontend Mac builds.
Diffstat (limited to 'heimdall-frontend')
-rw-r--r--heimdall-frontend/heimdall-frontend.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall-frontend/heimdall-frontend.pro b/heimdall-frontend/heimdall-frontend.pro
index 6cb5774..6b79e62 100644
--- a/heimdall-frontend/heimdall-frontend.pro
+++ b/heimdall-frontend/heimdall-frontend.pro
@@ -57,7 +57,7 @@ macx {
config += x86 x86_64 ppc
- QMAKE_CFLAGS_X86_64 = -m64 -mmacosx-version-min=10.5
+ QMAKE_CFLAGS_X86_64 = -m64 -mmacosx-version-min=$$QMAKE_MACOSX_DEPLOYMENT_TARGET
QMAKE_CXXFLAGS_X86_64 = $$QMAKE_CFLAGS_X86_64
QMAKE_LFLAGS_X86_64 = $$QMAKE_CFLAGS_X86_64