summaryrefslogtreecommitdiffstats
path: root/tests/manual/qscreen_xrandr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qscreen_xrandr')
-rw-r--r--tests/manual/qscreen_xrandr/CMakeLists.txt5
-rw-r--r--tests/manual/qscreen_xrandr/tst_qscreen_xrandr.cpp2
2 files changed, 4 insertions, 3 deletions
diff --git a/tests/manual/qscreen_xrandr/CMakeLists.txt b/tests/manual/qscreen_xrandr/CMakeLists.txt
index 095948b070..32057e375d 100644
--- a/tests/manual/qscreen_xrandr/CMakeLists.txt
+++ b/tests/manual/qscreen_xrandr/CMakeLists.txt
@@ -1,4 +1,5 @@
-# Generated from qscreen_xrandr.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
#####################################################################
## tst_qscreen2 Test:
@@ -7,7 +8,7 @@
qt_internal_add_test(tst_qscreen_xrandr
SOURCES
tst_qscreen_xrandr.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::CorePrivate
Qt::Gui
Qt::GuiPrivate
diff --git a/tests/manual/qscreen_xrandr/tst_qscreen_xrandr.cpp b/tests/manual/qscreen_xrandr/tst_qscreen_xrandr.cpp
index b851817831..542214792c 100644
--- a/tests/manual/qscreen_xrandr/tst_qscreen_xrandr.cpp
+++ b/tests/manual/qscreen_xrandr/tst_qscreen_xrandr.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <qpainter.h>
#include <qrasterwindow.h>