diff options
author | Milian Wolff <milian.wolff@kdab.com> | 2014-07-16 13:49:35 +0200 |
---|---|---|
committer | Milian Wolff <milian.wolff@kdab.com> | 2014-07-17 14:37:21 +0200 |
commit | 324679e554561828ae1ddd0604913d12b3e150d4 (patch) | |
tree | 79f6e66708cacdfc24a0ec71e9325c50110ca9b8 /src | |
parent | 003596fad52690127afca0d7025b62bad7fd013e (diff) | |
download | qtwebchannel-324679e554561828ae1ddd0604913d12b3e150d4.tar.gz |
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 <michael.bruning@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/webchannel/resources.qrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webchannel/resources.qrc b/src/webchannel/resources.qrc index 30a3e96..319c07a 100644 --- a/src/webchannel/resources.qrc +++ b/src/webchannel/resources.qrc @@ -1,5 +1,5 @@ <RCC> - <qresource prefix="/qwebchannel/"> + <qresource prefix="/qtwebchannel/"> <file>qwebchannel.js</file> </qresource> </RCC> |