aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
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.pro
parent96ae4d8507b313d8d943b0bf7168f4de5365526a (diff)
Fix more issues with renaming Qt Creator executable
Change-Id: I826469bdd90e482a77f4cd65fd4fa7e541103a12 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index 1738c44649..c8ea8ddd37 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -2,7 +2,7 @@ include(qtcreator.pri)
#version check qt
!minQtVersion(5, 6, 2) {
- message("Cannot build Qt Creator with Qt version $${QT_VERSION}.")
+ message("Cannot build $$IDE_DISPLAY_NAME with Qt version $${QT_VERSION}.")
error("Use at least Qt 5.6.2.")
}
@@ -108,8 +108,8 @@ linux {
}
macx {
- APPBUNDLE = "$$OUT_PWD/bin/Qt Creator.app"
- BINDIST_SOURCE = "$$OUT_PWD/bin/Qt Creator.app"
+ APPBUNDLE = "$$OUT_PWD/bin/$${IDE_APP_TARGET}.app"
+ BINDIST_SOURCE = "$$OUT_PWD/bin/$${IDE_APP_TARGET}.app"
deployqt.commands = $$PWD/scripts/deployqtHelper_mac.sh \"$${APPBUNDLE}\" \"$$[QT_INSTALL_BINS]\" \"$$[QT_INSTALL_TRANSLATIONS]\" \"$$[QT_INSTALL_PLUGINS]\" \"$$[QT_INSTALL_IMPORTS]\" \"$$[QT_INSTALL_QML]\"
codesign.commands = codesign --deep -s \"$(SIGNING_IDENTITY)\" $(SIGNING_FLAGS) \"$${APPBUNDLE}\"
dmg.commands = python -u \"$$PWD/scripts/makedmg.py\" \"$${BASENAME}.dmg\" \"Qt Creator\" \"$$IDE_SOURCE_TREE\" \"$$OUT_PWD/bin\"