summaryrefslogtreecommitdiff
path: root/qtcreator.pri
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-01-22 16:04:31 +0100
committerEike Ziller <eike.ziller@qt.io>2018-01-23 12:52:52 +0000
commit4947781bba321f66b0e556dff96bad21fa115dfc (patch)
tree2fa29939cd1ee58265115efabebc6fd9afbca21f /qtcreator.pri
parent96ae4d8507b313d8d943b0bf7168f4de5365526a (diff)
downloadqt-creator-4947781bba321f66b0e556dff96bad21fa115dfc.tar.gz
Fix more issues with renaming Qt Creator executable
Change-Id: I826469bdd90e482a77f4cd65fd4fa7e541103a12 Reviewed-by: Tim Jenssen <tim.jenssen@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 0e1879419c..2a971f29fe 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -106,7 +106,7 @@ osx {
# check if IDE_BUILD_TREE is actually an existing Qt Creator.app,
# for building against a binary package
- exists($$IDE_BUILD_TREE/Contents/MacOS/Qt Creator): IDE_APP_BUNDLE = $$IDE_BUILD_TREE
+ exists($$IDE_BUILD_TREE/Contents/MacOS/$$IDE_APP_TARGET): IDE_APP_BUNDLE = $$IDE_BUILD_TREE
else: IDE_APP_BUNDLE = $$IDE_APP_PATH/$${IDE_APP_TARGET}.app
# set output path if not set manually