summaryrefslogtreecommitdiffstats
path: root/cmake/QtSyncQtHelpers.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/QtSyncQtHelpers.cmake')
-rw-r--r--cmake/QtSyncQtHelpers.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/QtSyncQtHelpers.cmake b/cmake/QtSyncQtHelpers.cmake
index 84a8e93d80..c84dbab40d 100644
--- a/cmake/QtSyncQtHelpers.cmake
+++ b/cmake/QtSyncQtHelpers.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
+
function(qt_ensure_perl)
find_program(HOST_PERL "perl" DOC "Perl binary")
if (NOT HOST_PERL)