summaryrefslogtreecommitdiff
path: root/tests/auto/qicon_svg/qicon_svg.pro
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2012-02-08 15:51:07 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-09 05:57:57 +0100
commitfe0bc6a5663a4f0d95d62243639049f3fef3eb50 (patch)
tree72926619851a61dcdd2de46ee8cb81807cfe3b6e /tests/auto/qicon_svg/qicon_svg.pro
parent2419aeff9c72090157d056df5ce2f6212a715457 (diff)
downloadqtsvg-fe0bc6a5663a4f0d95d62243639049f3fef3eb50.tar.gz
Add QIcon SVG specific tests to QtSVG module.
These tests used to reside in the qtbase module. As they rely on the presence of the QtSVG module to execute they are not run as part of the autotest suite. It makes more sense to place these autotest where they can provide meaningful feedback to commits. Task-number: QTBUG-24139 Task-number: QTBUG-22360 Change-Id: Ib7061598245673ac281e4b10cbe2243977264b6d Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qicon_svg/qicon_svg.pro')
-rw-r--r--tests/auto/qicon_svg/qicon_svg.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/qicon_svg/qicon_svg.pro b/tests/auto/qicon_svg/qicon_svg.pro
new file mode 100644
index 0000000..6ea218b
--- /dev/null
+++ b/tests/auto/qicon_svg/qicon_svg.pro
@@ -0,0 +1,12 @@
+CONFIG += testcase
+TARGET = tst_qicon_svg
+
+QT += widgets testlib
+SOURCES += tst_qicon_svg.cpp
+RESOURCES = tst_qicon_svg.qrc
+
+wince* {
+ QT += xml svg
+ DEPLOYMENT_PLUGIN += qsvg
+}
+TESTDATA += icons/*