aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pri
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-01-09 16:44:30 +0100
committerEike Ziller <eike.ziller@qt.io>2018-01-10 08:45:59 +0000
commit699dd2c426cb43060e0036f923927cc82c57ddef (patch)
tree0b51570cce3de63ecd320b1aca59223e1cf3984a /qtcreator.pri
parent8d523f1900d0701763ce7addf13fc5dfaabbc528 (diff)
Make IDE name and ids configurable at build time
Make it unnecessary to hack app_version.h.in for that. Change-Id: Ibc3bf332916ab9f293b6782d3b5a40078dbd7bcb Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'qtcreator.pri')
-rw-r--r--qtcreator.pri4
1 files changed, 4 insertions, 0 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index 39e1c8d0e3..09557fe15f 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -8,6 +8,10 @@ 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
+
CONFIG += c++14
defineReplace(qtLibraryTargetName) {