aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pri
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 /qtcreator.pri
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 'qtcreator.pri')
-rw-r--r--qtcreator.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index f25d94536f..f5b6e55c63 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -59,7 +59,7 @@ defineReplace(stripSrcDir) {
return($$relative_path($$absolute_path($$1, $$OUT_PWD), $$_PRO_FILE_PWD_))
}
-macos:!minQtVersion(5, 7, 0) {
+darwin:!minQtVersion(5, 7, 0) {
# Qt 5.6 still sets deployment target 10.7, which does not work
# with all C++11/14 features (e.g. std::future)
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8