summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qbrush
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/qbrush
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/qbrush')
-rw-r--r--tests/auto/gui/painting/qbrush/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/gui/painting/qbrush/CMakeLists.txt b/tests/auto/gui/painting/qbrush/CMakeLists.txt
new file mode 100644
index 0000000000..64659bb07e
--- /dev/null
+++ b/tests/auto/gui/painting/qbrush/CMakeLists.txt
@@ -0,0 +1,13 @@
+# Generated from qbrush.pro.
+
+#####################################################################
+## tst_qbrush Test:
+#####################################################################
+
+qt_add_test(tst_qbrush
+ SOURCES
+ tst_qbrush.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::GuiPrivate
+)