summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qcolor
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2020-04-24 15:40:25 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2020-04-27 14:34:56 +0200
commit469e044f060f3c8240a60fe464595a495657d4c6 (patch)
tree9ab21687be8b45cbc4c03338490dc648f581e68d /tests/auto/gui/painting/qcolor
parent7e1dacc27a8a9b10c51d42f816083e77e7ad0690 (diff)
Port qtbase/tests/auto/gui/painting to CMake
Task-number: QTBUG-78225 Change-Id: Idc1333b119939e65da8f47d8de5333a38701bcb4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/gui/painting/qcolor')
-rw-r--r--tests/auto/gui/painting/qcolor/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/gui/painting/qcolor/CMakeLists.txt b/tests/auto/gui/painting/qcolor/CMakeLists.txt
new file mode 100644
index 0000000000..0baa27ac11
--- /dev/null
+++ b/tests/auto/gui/painting/qcolor/CMakeLists.txt
@@ -0,0 +1,14 @@
+# Generated from qcolor.pro.
+
+#####################################################################
+## tst_qcolor Test:
+#####################################################################
+
+qt_add_test(tst_qcolor
+ SOURCES
+ tst_qcolor.cpp
+ PUBLIC_LIBRARIES
+ Qt::CorePrivate
+ Qt::Gui
+ Qt::GuiPrivate
+)