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>
This commit is contained in:
Cristian Adam
2019-10-02 17:18:44 +02:00
parent e8d5e6c808
commit 7651ba50fc

View File

@@ -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.