summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qpolygon
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/qpolygon
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/qpolygon')
-rw-r--r--tests/auto/gui/painting/qpolygon/CMakeLists.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/auto/gui/painting/qpolygon/CMakeLists.txt b/tests/auto/gui/painting/qpolygon/CMakeLists.txt
new file mode 100644
index 0000000000..83477e0689
--- /dev/null
+++ b/tests/auto/gui/painting/qpolygon/CMakeLists.txt
@@ -0,0 +1,20 @@
+# Generated from qpolygon.pro.
+
+#####################################################################
+## tst_qpolygon Test:
+#####################################################################
+
+qt_add_test(tst_qpolygon
+ SOURCES
+ tst_qpolygon.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+)
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_qpolygon CONDITION UNIX AND NOT APPLE AND NOT HAIKU AND NOT INTEGRITY
+ PUBLIC_LIBRARIES
+ m
+)