summaryrefslogtreecommitdiffstats
path: root/coin/instructions/qmake/ensure_pro_file.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/qmake/ensure_pro_file.cmake')
-rw-r--r--coin/instructions/qmake/ensure_pro_file.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/coin/instructions/qmake/ensure_pro_file.cmake b/coin/instructions/qmake/ensure_pro_file.cmake
index 0dd8b4a8e7..b75fcef246 100644
--- a/coin/instructions/qmake/ensure_pro_file.cmake
+++ b/coin/instructions/qmake/ensure_pro_file.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
+
# CMake script to ensure that a qmake project file exists.
#
# Usage: cmake -DPRO_FILE=.../project.pro -P .../ensure_pro_file.cmake