summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-03-14 13:31:39 +0100
committerKai Köhne <kai.koehne@qt.io>2023-03-20 13:03:44 +0100
commit003b084f38c731a438f0d8c866a3c96a032ba8b8 (patch)
tree33198afc3ad6d0bb3ba210cfa7ce7c262a126a15 /.cmake.conf
parent70bc5dcb756042627d52c8cb4c4ae6d490b971e2 (diff)
Centralize copyright information for Qt
Maintain one central place - .cmake.conf - for information about Qt's copyright. Pick-to: 6.2 6.5 Change-Id: Ibcbce4313eba9660d459061b0ad00307e267b8f7 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to '.cmake.conf')
-rw-r--r--.cmake.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.cmake.conf b/.cmake.conf
index f183bf6337..88b287c77e 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -10,6 +10,9 @@ endif()
set(QT_REPO_MODULE_VERSION "6.6.0")
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
+set(QT_COPYRIGHT_YEAR "2023")
+set(QT_COPYRIGHT "Copyright (C) ${QT_COPYRIGHT_YEAR} The Qt Company Ltd and other contributors.")
+
# Minimum requirement for building Qt
set(QT_SUPPORTED_MIN_CMAKE_VERSION_FOR_BUILDING_QT_SHARED "3.16")
set(QT_SUPPORTED_MIN_CMAKE_VERSION_FOR_BUILDING_QT_STATIC "3.21")