summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebenginefaviconmanager/tst_qwebenginefaviconmanager.qrc
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2016-03-03 16:12:29 +0100
committerPeter Varga <pvarga@inf.u-szeged.hu>2016-03-25 14:12:36 +0000
commit3e30c0a33e301bb993efc7a046a34c8cbc68ca58 (patch)
treef7f7c2f69621e33c4469fed24117b66743d18e79 /tests/auto/widgets/qwebenginefaviconmanager/tst_qwebenginefaviconmanager.qrc
parentbd3d10a4a892166c79563e0ef37b3065420f99d0 (diff)
Add multi-sized favicon test
Change-Id: Ib984c4fb3e9a2424ac09e4ab17a9bfc3f9627fb9 Task-number: QTBUG-51179 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'tests/auto/widgets/qwebenginefaviconmanager/tst_qwebenginefaviconmanager.qrc')
-rw-r--r--tests/auto/widgets/qwebenginefaviconmanager/tst_qwebenginefaviconmanager.qrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/widgets/qwebenginefaviconmanager/tst_qwebenginefaviconmanager.qrc b/tests/auto/widgets/qwebenginefaviconmanager/tst_qwebenginefaviconmanager.qrc
index 65d8ed928..a352f8a83 100644
--- a/tests/auto/widgets/qwebenginefaviconmanager/tst_qwebenginefaviconmanager.qrc
+++ b/tests/auto/widgets/qwebenginefaviconmanager/tst_qwebenginefaviconmanager.qrc
@@ -1,12 +1,14 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>resources/favicon-misc.html</file>
+ <file>resources/favicon-multi.html</file>
<file>resources/favicon-shortcut.html</file>
<file>resources/favicon-single.html</file>
<file>resources/favicon-touch.html</file>
<file>resources/favicon-unavailable.html</file>
<file>resources/icons/qt144.png</file>
<file>resources/icons/qt32.ico</file>
+ <file>resources/icons/qtmulti.ico</file>
<file>resources/test1.html</file>
</qresource>
</RCC>