summaryrefslogtreecommitdiffstats
path: root/cmake/QtCompilerFlags.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/QtCompilerFlags.cmake')
-rw-r--r--cmake/QtCompilerFlags.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/QtCompilerFlags.cmake b/cmake/QtCompilerFlags.cmake
index a34aaca20b..15327374b3 100644
--- a/cmake/QtCompilerFlags.cmake
+++ b/cmake/QtCompilerFlags.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# Enable compiler warnings by default. All compilers except MSVC support -Wall -Wextra
#
# You can disable the warnings for specific targets (for instance containing 3rd party code)