summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qfocusframe
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/widgets/qfocusframe')
-rw-r--r--tests/auto/widgets/widgets/qfocusframe/CMakeLists.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/auto/widgets/widgets/qfocusframe/CMakeLists.txt b/tests/auto/widgets/widgets/qfocusframe/CMakeLists.txt
index 1aac33f254..85160faed7 100644
--- a/tests/auto/widgets/widgets/qfocusframe/CMakeLists.txt
+++ b/tests/auto/widgets/widgets/qfocusframe/CMakeLists.txt
@@ -1 +1,13 @@
-add_qt_test("tst_qfocusframe" RUN_SERIAL SOURCES tst_qfocusframe.cpp LIBRARIES Qt::Widgets)
+# Generated from qfocusframe.pro.
+
+#####################################################################
+## tst_qfocusframe Test:
+#####################################################################
+
+add_qt_test(tst_qfocusframe
+ SOURCES
+ tst_qfocusframe.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Widgets
+)