aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-06-21 14:40:34 +0200
committerEike Ziller <eike.ziller@qt.io>2019-06-21 13:30:04 +0000
commitf4acc2f1629a6b323b8d263521949a54b89841f4 (patch)
tree9598f6535e2209aefd9b9f096d8f81526835a52e /cmake
parenta47975b8faf23e27024692433f871adb6c6b5a9a (diff)
CMake build: Allow branding
Create your own QtCreatorIDEBranding.cmake somewhere and point cmake to it via CMAKE_MODULE_PATH Task-number: QTCREATORBUG-22488 Change-Id: Ic1057d879c5104b57e4ed8ef8a9c4fc8d4140de9 Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtCreatorIDEBranding.cmake14
1 files changed, 14 insertions, 0 deletions
diff --git a/cmake/QtCreatorIDEBranding.cmake b/cmake/QtCreatorIDEBranding.cmake
new file mode 100644
index 0000000000..f7327d19fa
--- /dev/null
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -0,0 +1,14 @@
+#BINARY_ARTIFACTS_BRANCH = master
+#PROJECT_USER_FILE_EXTENSION = .user
+
+set(IDE_VERSION "4.9.83") # The IDE version.
+set(IDE_VERSION_COMPAT "4.9.83") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "4.10.0-beta2") # The IDE display version.
+set(IDE_COPYRIGHT_YEAR "2019") # The IDE copyright year.
+
+set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.
+set(IDE_COPY_SETTINGSVARIANT "Nokia") # The IDE settings to initially import.
+set(IDE_DISPLAY_NAME "Qt Creator") # The IDE display name.
+set(IDE_ID "qtcreator") # The IDE id (no spaces, lowercase!)
+set(IDE_CASED_ID "QtCreator") # The cased IDE id (no spaces!)
+set(IDE_BUNDLE_IDENTIFIER "org.qt-project.${IDE_ID}") # The macOS application bundle identifier.