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