summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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
}