summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/render/ddstextures/tst_ddstextures.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/render/ddstextures/tst_ddstextures.cpp b/tests/auto/render/ddstextures/tst_ddstextures.cpp
index 55e9f7f5f..d22cb0021 100644
--- a/tests/auto/render/ddstextures/tst_ddstextures.cpp
+++ b/tests/auto/render/ddstextures/tst_ddstextures.cpp
@@ -87,7 +87,7 @@ void tst_DdsTextures::ddsImageData()
Qt3DRender::QTexImageData data;
- QVERIFY(data.setCompressedFile(texture->source));
+ QVERIFY(data.setCompressedFile(QFINDTESTDATA(texture->source)));
QCOMPARE(data.width(), texture->width);
QCOMPARE(data.height(), texture->height);
QCOMPARE(data.faces(), texture->faces);