aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-06-08 14:36:15 -0700
committerJake Petroules <jake.petroules@qt.io>2017-06-12 17:11:57 +0000
commit5f45bb34ce49959c1b61d4af91402640d85cfd63 (patch)
tree257405fe7c071fe6d78739a71a1e8c01355c9a56 /src/app/app.pro
parent6c6c4c72c6d211483066fbf9328f5fe5a06a8851 (diff)
Fix deployment target on macOS
According to the README, the minimum version is 10.8, but the code did not reflect that reality. Change-Id: I2bbaeefe614cba5b5fa8413b68202bb75f346d70 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index eb8943f570..fee710e99d 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -38,7 +38,7 @@ win32 {
--app-icon qtcreator \
--output-partial-info-plist $$shell_quote($(TMPDIR)/qtcreator.Info.plist) \
--platform macosx \
- --minimum-deployment-target 10.7 \
+ --minimum-deployment-target $$QMAKE_MACOSX_DEPLOYMENT_TARGET \
--compile $$shell_quote($$IDE_DATA_PATH) \
$$shell_quote($$PWD/qtcreator.xcassets) > /dev/null
ASSETCATALOG.input = ASSETCATALOG.files