summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qcolordialog
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-12 17:45:04 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 10:05:56 +0000
commit8801d499d00fdcc6aba517ce3382e1f6b0659ae9 (patch)
tree2d981367cc2d900273b22dab10b098d58303f7a9 /tests/auto/widgets/dialogs/qcolordialog
parent52d9b2234cb54d00404607e986e90ca39a68e332 (diff)
Regenerate tests/auto/widgets/dialogs
Change-Id: Ief296935d274bfaa217442890927593f0875271a Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/widgets/dialogs/qcolordialog')
-rw-r--r--tests/auto/widgets/dialogs/qcolordialog/CMakeLists.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/auto/widgets/dialogs/qcolordialog/CMakeLists.txt b/tests/auto/widgets/dialogs/qcolordialog/CMakeLists.txt
index c025189fd5..81ffdeff90 100644
--- a/tests/auto/widgets/dialogs/qcolordialog/CMakeLists.txt
+++ b/tests/auto/widgets/dialogs/qcolordialog/CMakeLists.txt
@@ -1 +1,13 @@
-add_qt_test("tst_qcolordialog" SOURCES tst_qcolordialog.cpp LIBRARIES Qt::Widgets)
+# Generated from qcolordialog.pro.
+
+#####################################################################
+## tst_qcolordialog Test:
+#####################################################################
+
+add_qt_test(tst_qcolordialog
+ SOURCES
+ tst_qcolordialog.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::Widgets
+)