summaryrefslogtreecommitdiffstats
path: root/tests/auto/client/fullscreenshellv1/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/client/fullscreenshellv1/CMakeLists.txt')
-rw-r--r--tests/auto/client/fullscreenshellv1/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/client/fullscreenshellv1/CMakeLists.txt b/tests/auto/client/fullscreenshellv1/CMakeLists.txt
index 4c9a99406..7bc14c50d 100644
--- a/tests/auto/client/fullscreenshellv1/CMakeLists.txt
+++ b/tests/auto/client/fullscreenshellv1/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
# Generated from fullscreenshellv1.pro.
#####################################################################
@@ -7,6 +10,6 @@
qt_internal_add_test(tst_client_fullscreenshellv1
SOURCES
tst_fullscreenshellv1.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
SharedClientTest
)