From 775922d2315dddcd2750acf5d3a8a90d368dc000 Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Wed, 13 Feb 2019 12:59:44 +0100 Subject: cmake: Initial CMake build system support Task-number: QTBUG-74135 Done-With: Alexandru Croitor Done-With: Liang Qi Change-Id: I81fdc3d06f53e78182352214ef4687924dfc6fb6 Reviewed-by: Alexandru Croitor --- tests/auto/qicon_svg/CMakeLists.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tests/auto/qicon_svg/CMakeLists.txt (limited to 'tests/auto/qicon_svg/CMakeLists.txt') diff --git a/tests/auto/qicon_svg/CMakeLists.txt b/tests/auto/qicon_svg/CMakeLists.txt new file mode 100644 index 0000000..d314181 --- /dev/null +++ b/tests/auto/qicon_svg/CMakeLists.txt @@ -0,0 +1,29 @@ +# Generated from qicon_svg.pro. + +##################################################################### +## tst_qicon_svg Test: +##################################################################### + +add_qt_test(tst_qicon_svg + SOURCES + tst_qicon_svg.cpp + LIBRARIES + Qt::GuiPrivate + PUBLIC_LIBRARIES + Qt::Gui + Qt::Svg +) + +# Resources: +add_qt_resource(tst_qicon_svg "tst_qicon_svg" PREFIX "/" FILES + ./icons/heart.svg + ./icons/heart.svgz + ./icons/image.png + ./icons/rect.svg + ./icons/rect_size_100percent.svg + ./icons/trash.svg) + + +#### Keys ignored in scope 1:.:.:qicon_svg.pro:: +# CONFIG = "testcase" +# TESTDATA = "icons/*" -- cgit v1.2.1