From 324679e554561828ae1ddd0604913d12b3e150d4 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Wed, 16 Jul 2014 13:49:35 +0200 Subject: Adapt to rename to QtWebChannel and rename resource path as well. This is a minor cleanup commit. Renaming the .pro file is required for qt.pro to find it. The rename of the resource path makes it more explicit by using the module name. Change-Id: Ib724882d02d2a8aea7468ef984ed573dca1d3e7b Reviewed-by: Michael Bruning Reviewed-by: Oswald Buddenhagen --- tests/auto/qml/Client.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/qml/Client.qml') diff --git a/tests/auto/qml/Client.qml b/tests/auto/qml/Client.qml index 2a47395..3a60235 100644 --- a/tests/auto/qml/Client.qml +++ b/tests/auto/qml/Client.qml @@ -44,7 +44,7 @@ import QtTest 1.0 import QtWebChannel 1.0 import QtWebChannel.Tests 1.0 -import "qrc:///qwebchannel/qwebchannel.js" as Client +import "qrc:///qtwebchannel/qwebchannel.js" as Client Item { TestTransport { -- cgit v1.2.1