From 0c64967cf3317d4c9863da3c2fe130f93b27eefa Mon Sep 17 00:00:00 2001 From: Matthew Vogt Date: Fri, 22 Jun 2012 16:28:40 +1000 Subject: Correctly resolve qrc:/ URLs in type loading URLS specified with the qrc scheme do not use the 'authority' part of the syntax, and therefore do not necessarily contain a double slash immediately after the scheme. Task-number: QTBUG-25937 Change-Id: I49156b463f11dbb38d6a01d30ea934b0a652c8e5 Reviewed-by: Martin Jones --- tests/auto/qml/qml.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/qml/qml.pro') diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro index e41c261b64..48613a4ce5 100644 --- a/tests/auto/qml/qml.pro +++ b/tests/auto/qml/qml.pro @@ -46,6 +46,7 @@ PRIVATETESTS += \ qquicklistmodelworkerscript \ qquickworkerscript \ qqmlbundle \ + qrcqml \ v4 !contains(QT_CONFIG, no-widgets) { -- cgit v1.2.3