summaryrefslogtreecommitdiffstats
path: root/tests/manual/repaint/task141091/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/repaint/task141091/CMakeLists.txt')
-rw-r--r--tests/manual/repaint/task141091/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/manual/repaint/task141091/CMakeLists.txt b/tests/manual/repaint/task141091/CMakeLists.txt
index 1ef2896c03..6483e08ddb 100644
--- a/tests/manual/repaint/task141091/CMakeLists.txt
+++ b/tests/manual/repaint/task141091/CMakeLists.txt
@@ -1,4 +1,5 @@
-# Generated from task141091.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
#####################################################################
## task141091 Binary:
@@ -7,7 +8,7 @@
qt_internal_add_manual_test(task141091
SOURCES
main.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Gui
Qt::Widgets
)