summaryrefslogtreecommitdiff
path: root/qtcreator.pri
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-01-11 15:59:11 +0100
committerEike Ziller <eike.ziller@qt.io>2018-01-16 10:53:59 +0000
commit7872ddde4cbaba2c6e5f55f1d05184ba33ba326b (patch)
tree2ee8067038e1b09fe0f2a4c6beefb5066c393613 /qtcreator.pri
parent61b5bbc8e92d0e81e542dcac69eb3b27fc62fb5b (diff)
downloadqt-creator-7872ddde4cbaba2c6e5f55f1d05184ba33ba326b.tar.gz
Make executable name configurable
Change-Id: I6b5420ab2275c37e51f665005e31b80b6dfae8cb Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'qtcreator.pri')
-rw-r--r--qtcreator.pri12
1 files changed, 7 insertions, 5 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index 09557fe15f..8ef4e06e2b 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -8,9 +8,11 @@ QTCREATOR_DISPLAY_VERSION = 4.6.0-beta1
QTCREATOR_COPYRIGHT_YEAR = 2017
BINARY_ARTIFACTS_BRANCH = master
-isEmpty(IDE_DISPLAY_NAME): IDE_DISPLAY_NAME = Qt Creator
-isEmpty(IDE_ID): IDE_ID = qtcreator
-isEmpty(IDE_CASED_ID): IDE_CASED_ID = QtCreator
+isEmpty(IDE_DISPLAY_NAME): IDE_DISPLAY_NAME = Qt Creator
+isEmpty(IDE_ID): IDE_ID = qtcreator
+isEmpty(IDE_CASED_ID): IDE_CASED_ID = QtCreator
+
+isEmpty(PRODUCT_BUNDLE_IDENTIFIER): PRODUCT_BUNDLE_IDENTIFIER = org.qt-project.$$IDE_ID
CONFIG += c++14
@@ -100,7 +102,7 @@ isEmpty(IDE_BUILD_TREE) {
IDE_APP_PATH = $$IDE_BUILD_TREE/bin
osx {
- IDE_APP_TARGET = "Qt Creator"
+ IDE_APP_TARGET = "$$IDE_DISPLAY_NAME"
# check if IDE_BUILD_TREE is actually an existing Qt Creator.app,
# for building against a binary package
@@ -130,7 +132,7 @@ osx {
INSTALL_APP_PATH = $$QTC_PREFIX/
} else {
contains(TEMPLATE, vc.*):vcproj = 1
- IDE_APP_TARGET = qtcreator
+ IDE_APP_TARGET = $$IDE_ID
# target output path if not set manually
isEmpty(IDE_OUTPUT_PATH): IDE_OUTPUT_PATH = $$IDE_BUILD_TREE