aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2019-10-02 17:18:44 +0200
committerCristian Adam <cristian.adam@qt.io>2019-10-04 10:18:18 +0000
commit7651ba50fce0634b203d252ee024017f655aed1b (patch)
tree62b0c7ad7e573f82982d80f467bbf9de92f954bf /cmake
parente8d5e6c8083e0a5f4fd52687b45b05e53c72266c (diff)
CMake Build: Add IDE_COPYRIGHT_YEAR
The About dialog was looking weird: "Copyright 2008 - " Change-Id: I74b7117f6abce831adc3fd66042b777dbcfd1b67 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtCreatorIDEBranding.cmake7
1 files changed, 4 insertions, 3 deletions
diff --git a/cmake/QtCreatorIDEBranding.cmake b/cmake/QtCreatorIDEBranding.cmake
index c973fa6f03..30a062ecb8 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,9 +1,10 @@
#BINARY_ARTIFACTS_BRANCH = master
#PROJECT_USER_FILE_EXTENSION = .user
-set(IDE_VERSION "4.10.82") # The IDE version.
-set(IDE_VERSION_COMPAT "4.10.82") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "4.11.0-beta1") # The IDE display version.
+set(IDE_VERSION "4.10.82") # The IDE version.
+set(IDE_VERSION_COMPAT "4.10.82") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "4.11.0-beta1") # The IDE display version.
+set(IDE_COPYRIGHT_YEAR "2019") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.
set(IDE_COPY_SETTINGSVARIANT "Nokia") # The IDE settings to initially import.