summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qaction
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-21 09:47:12 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-31 09:49:03 +0000
commit79c384ebb073066336b4c83cc24d63cdb4ef6fcf (patch)
treef74829af78b48babe0171e6ef4b2d20d2078f7a3 /tests/auto/widgets/kernel/qaction
parent3e5e7b82012b99231492f48a202044369cb76c0d (diff)
cmake: add widgets/kernel tests
Fixes: QTBUG-78230 Change-Id: Ia59f531f92e1f8499a8e814ff48c36f65984ff2a Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
Diffstat (limited to 'tests/auto/widgets/kernel/qaction')
-rw-r--r--tests/auto/widgets/kernel/qaction/CMakeLists.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/tests/auto/widgets/kernel/qaction/CMakeLists.txt b/tests/auto/widgets/kernel/qaction/CMakeLists.txt
index 8bea25a189..67f98382f1 100644
--- a/tests/auto/widgets/kernel/qaction/CMakeLists.txt
+++ b/tests/auto/widgets/kernel/qaction/CMakeLists.txt
@@ -1,6 +1,16 @@
-add_qt_test("tst_qaction" SOURCES tst_qaction.cpp
+# Generated from qaction.pro.
+
+#####################################################################
+## tst_qaction Test:
+#####################################################################
+
+add_qt_test(tst_qaction
+ SOURCES
+ tst_qaction.cpp
LIBRARIES
- Qt::GuiPrivate
Qt::CorePrivate
+ Qt::GuiPrivate
+ PUBLIC_LIBRARIES
+ Qt::Gui
Qt::Widgets
)