summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/widgets/tools/plugandpaint/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-05-02 09:58:22 +0200
committerLucie Gérard <lucie.gerard@qt.io>2024-05-21 17:23:21 +0200
commit0f7a64a3adf018cb1c811753aba1b9d68990feea (patch)
treed9b2c8c427a15245942ffb2809d860042c789b52 /tests/manual/examples/widgets/tools/plugandpaint/plugins/CMakeLists.txt
parentcf816a57f6f3dec69e87bff9966b8dc8ea358176 (diff)
Add copyright and licensing to build system files missing it
Task-number: QTBUG-124453 Change-Id: Ibb6a0ab839a16ceef3c68861bac2f508ddb3d1ae Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/manual/examples/widgets/tools/plugandpaint/plugins/CMakeLists.txt')
-rw-r--r--tests/manual/examples/widgets/tools/plugandpaint/plugins/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/examples/widgets/tools/plugandpaint/plugins/CMakeLists.txt b/tests/manual/examples/widgets/tools/plugandpaint/plugins/CMakeLists.txt
index 9a2d66d99e..c468cdc191 100644
--- a/tests/manual/examples/widgets/tools/plugandpaint/plugins/CMakeLists.txt
+++ b/tests/manual/examples/widgets/tools/plugandpaint/plugins/CMakeLists.txt
@@ -1,2 +1,4 @@
+# Copyright (C) 2024 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
add_subdirectory(basictools)
add_subdirectory(extrafilters)