summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/xkbkeyboard
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/xkbkeyboard')
-rw-r--r--tests/auto/other/xkbkeyboard/CMakeLists.txt17
1 files changed, 15 insertions, 2 deletions
diff --git a/tests/auto/other/xkbkeyboard/CMakeLists.txt b/tests/auto/other/xkbkeyboard/CMakeLists.txt
index 610fa3006c..fbbe5c67bb 100644
--- a/tests/auto/other/xkbkeyboard/CMakeLists.txt
+++ b/tests/auto/other/xkbkeyboard/CMakeLists.txt
@@ -1,2 +1,15 @@
-add_qt_test(alive SOURCES tst_alive.cpp
- LIBRARIES Widgets)
+# Generated from xkbkeyboard.pro.
+
+#####################################################################
+## tst_xkbkeyboard Test:
+#####################################################################
+
+add_qt_test(tst_xkbkeyboard
+ SOURCES
+ tst_xkbkeyboard.cpp
+ LIBRARIES
+ Qt::CorePrivate
+ Qt::GuiPrivate
+ PUBLIC_LIBRARIES
+ Qt::Gui
+)