summaryrefslogtreecommitdiff
path: root/tests/auto/qicon_svg/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qicon_svg/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/qicon_svg/.prev_CMakeLists.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/auto/qicon_svg/.prev_CMakeLists.txt b/tests/auto/qicon_svg/.prev_CMakeLists.txt
new file mode 100644
index 0000000..54b8666
--- /dev/null
+++ b/tests/auto/qicon_svg/.prev_CMakeLists.txt
@@ -0,0 +1,39 @@
+# Generated from qicon_svg.pro.
+
+#####################################################################
+## tst_qicon_svg Test:
+#####################################################################
+
+# Collect test data
+file(GLOB_RECURSE test_data_glob
+ RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
+ icons/*)
+list(APPEND test_data ${test_data_glob})
+
+qt_add_test(tst_qicon_svg
+ SOURCES
+ tst_qicon_svg.cpp
+ PUBLIC_LIBRARIES
+ Qt::Gui
+ Qt::GuiPrivate
+ Qt::Svg
+ TESTDATA ${test_data}
+)
+
+# Resources:
+set(tst_qicon_svg_resource_files
+ "./icons/heart.svg"
+ "./icons/heart.svgz"
+ "./icons/image.png"
+ "./icons/rect.svg"
+ "./icons/rect_size_100percent.svg"
+ "./icons/trash.svg"
+)
+
+qt_add_resource(tst_qicon_svg "tst_qicon_svg"
+ PREFIX
+ "/"
+ FILES
+ ${tst_qicon_svg_resource_files}
+)
+