aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pri
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-07-25 09:03:08 +0200
committerKai Koehne <kai.koehne@qt.io>2017-07-25 09:05:43 +0000
commit68fe72e99abebd4602103b523b6c46eabaf3c667 (patch)
treefc7f5cda6425b4f51f021088a66ccac3dfd6e9fe /qtcreator.pri
parent3ed88cda2f44ce97569f59c4d83dc930016af92b (diff)
Define COPYRIGHT_YEAR in build files
This allows us to use the copyright year also in the following patch that adds it as metadata to the windows executable. Ideally we'd unify IDE_YEAR and IDE_AUTHOR (because they're only used together anyway) but that would break translations. Change-Id: If0f84eaeb22e9ba71b2b29798324b76a91eda78f Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'qtcreator.pri')
-rw-r--r--qtcreator.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index 24853d5ba2..7a94a1595d 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -5,6 +5,7 @@ QTCREATOR_VERSION = 4.3.82
QTCREATOR_COMPAT_VERSION = 4.3.82
VERSION = $$QTCREATOR_VERSION
QTCREATOR_DISPLAY_VERSION = 4.4.0-beta1
+QTCREATOR_COPYRIGHT_YEAR = 2017
BINARY_ARTIFACTS_BRANCH = 4.4
CONFIG += c++14