From 4947781bba321f66b0e556dff96bad21fa115dfc Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Mon, 22 Jan 2018 16:04:31 +0100 Subject: Fix more issues with renaming Qt Creator executable Change-Id: I826469bdd90e482a77f4cd65fd4fa7e541103a12 Reviewed-by: Tim Jenssen --- qtcreator.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtcreator.pri') diff --git a/qtcreator.pri b/qtcreator.pri index 0e1879419c5..2a971f29fe5 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 -- cgit v1.2.3