From 68fe72e99abebd4602103b523b6c46eabaf3c667 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 25 Jul 2017 09:03:08 +0200 Subject: 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 Reviewed-by: Eike Ziller --- qtcreator.pri | 1 + 1 file changed, 1 insertion(+) (limited to 'qtcreator.pri') 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 -- cgit v1.2.3