summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qtouchevent/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/kernel/qtouchevent/CMakeLists.txt')
-rw-r--r--tests/auto/gui/kernel/qtouchevent/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/gui/kernel/qtouchevent/CMakeLists.txt b/tests/auto/gui/kernel/qtouchevent/CMakeLists.txt
index 2a74918f8a..7d489e3066 100644
--- a/tests/auto/gui/kernel/qtouchevent/CMakeLists.txt
+++ b/tests/auto/gui/kernel/qtouchevent/CMakeLists.txt
@@ -7,9 +7,8 @@
add_qt_test(tst_qtouchevent
SOURCES
tst_qtouchevent.cpp
- LIBRARIES
- Qt::GuiPrivate
PUBLIC_LIBRARIES
Qt::Gui
+ Qt::GuiPrivate
Qt::Widgets
)