summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qitemselectionmodel
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-04 10:44:19 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-04 13:45:40 +0000
commit18cf9b24cb6fef157211c183115b49ef52e60e54 (patch)
treea8ef9dea3c6b7bc27f962cbea9886e7c7d423cef /tests/auto/corelib/itemmodels/qitemselectionmodel
parentb3b2c799f84381a568ff5f6093dbee9ccbb48441 (diff)
cmake: add tests/auto/corelib/itemmodels
Fixes: QTBUG-78217 Change-Id: Ic2c343ab3cb1d86b9649e8ef242c7cd180f73c60 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/corelib/itemmodels/qitemselectionmodel')
-rw-r--r--tests/auto/corelib/itemmodels/qitemselectionmodel/CMakeLists.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/auto/corelib/itemmodels/qitemselectionmodel/CMakeLists.txt b/tests/auto/corelib/itemmodels/qitemselectionmodel/CMakeLists.txt
index 03c2ddede1..bd79cba5e2 100644
--- a/tests/auto/corelib/itemmodels/qitemselectionmodel/CMakeLists.txt
+++ b/tests/auto/corelib/itemmodels/qitemselectionmodel/CMakeLists.txt
@@ -1 +1,12 @@
-add_qt_test(tst_qitemselectionmodel SOURCES tst_qitemselectionmodel.cpp)
+# Generated from qitemselectionmodel.pro.
+
+#####################################################################
+## tst_qitemselectionmodel Test:
+#####################################################################
+
+add_qt_test(tst_qitemselectionmodel
+ SOURCES
+ tst_qitemselectionmodel.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+)