summaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi/highdpi.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/highdpi/highdpi.qrc')
-rw-r--r--tests/manual/highdpi/highdpi.qrc8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/manual/highdpi/highdpi.qrc b/tests/manual/highdpi/highdpi.qrc
index b43c2c07ad..10efac44fa 100644
--- a/tests/manual/highdpi/highdpi.qrc
+++ b/tests/manual/highdpi/highdpi.qrc
@@ -1,7 +1,9 @@
<RCC>
<qresource prefix="/">
- <file>qticon.png</file>
- <file>qticon@2x.png</file>
- <file>qticon_large.png</file>
+ <file>qticon16.png</file>
+ <file>qticon16@2x.png</file>
+ <file>qticon32.png</file>
+ <file>qticon32@2x.png</file>
+ <file>qticon64.png</file>
</qresource>
</RCC>