summaryrefslogtreecommitdiff
path: root/qtcreator.pri
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-01-23 17:06:59 +0100
committerEike Ziller <eike.ziller@qt.io>2018-01-23 17:06:59 +0100
commit437590a99905fecb7efa9b3b51fa9bfff1a4138c (patch)
treefe9fcff462bb79cedde2fccabd50b0688f0e8144 /qtcreator.pri
parenta5935cb27a0609764586302bf109796d74060f3d (diff)
parenta40f11e071d78eca267edb75f8808025fcd26a9c (diff)
downloadqt-creator-437590a99905fecb7efa9b3b51fa9bfff1a4138c.tar.gz
Merge remote-tracking branch 'origin/4.6'
Change-Id: I49e8b8442e2b5edffbea19cb2bba97443ebc3d2a
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 a53b1fe9ed..de815b131e 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