summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-20 20:13:52 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-23 13:35:51 +0200
commit85bcf8224704d60ffe5531e0677cf58e3502a6ea (patch)
treea5ceb7ba0be1003227cb16f63413dce91ceccd49 /tests
parent3ea69fbf11ca7d9b777da71825277128129a6da9 (diff)
downloadqtsvg-85bcf8224704d60ffe5531e0677cf58e3502a6ea.tar.gz
fix location of svg file for shadow builds
Change-Id: I13809b3b1007d32b3114eae3776dbe7fb2693dc9 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qicon_svg/tst_qicon_svg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qicon_svg/tst_qicon_svg.cpp b/tests/auto/qicon_svg/tst_qicon_svg.cpp
index be25176..bb412c0 100644
--- a/tests/auto/qicon_svg/tst_qicon_svg.cpp
+++ b/tests/auto/qicon_svg/tst_qicon_svg.cpp
@@ -126,7 +126,7 @@ void tst_QIcon_Svg::svg()
QVERIFY(icon4.pixmap(pm.size(), QIcon::Active).toImage() == pmIcon.pixmap(pm.size(), QIcon::Active).toImage());
#ifndef QT_NO_COMPRESS
- QIcon icon5("heart.svgz");
+ QIcon icon5(prefix + "heart.svgz");
QVERIFY(!icon5.pixmap(32).isNull());
#endif
}