On 4 February 2013 21:42, Rafael Brandao wrote:
> I could also reproduce this bug here.
> The question is why MiniBrowser works and Snowshoe doesn't.
>
> MiniBrowser's explicits uses engine()->addImportPath, as you can see on
> webkit/Tools/MiniBrowser/qt/BrowserWindow.cpp.
> This is a quick fix
I could also reproduce this bug here.
The question is why MiniBrowser works and Snowshoe doesn't.
MiniBrowser's explicits uses engine()->addImportPath, as you can see on
webkit/Tools/MiniBrowser/qt/BrowserWindow.cpp.
This is a quick fix for snowshoe, which uses QML_IMPORT_PATH and explicitly
uses
On 02/04/2013 10:30 PM, Richard Moore wrote:
Snowshoe has been imported, but it doesn't actually run against the
dev branch here:
rich@linux-h33o:~/src/snowshoe> ./snowshoe
qrc:///qml/main.qml:53:5: Type TabWidget unavailable
qrc:///qml/TabWidget.qml:20:1: Type PageWidget unavailable
qrc:///qml
Not sure if the wiki was transferred btw :
https://github.com/snowshoe/snowshoe/wiki/Build-Instructions
There are some other pages too.
On Mon, Feb 4, 2013 at 5:42 PM, Alexis Menard wrote:
> You need to set your QML_IMPORT_PATH to load the QML plugins of WebKit.
>
> If you didn't install QtWebK
You need to set your QML_IMPORT_PATH to load the QML plugins of WebKit.
If you didn't install QtWebKit then they will not be put on the
default import path so you need to manually point to them. It's the
imports/ directory somewhere in the build dir of QtWebKit.
Hope that helps, I don't have a bu
Snowshoe has been imported, but it doesn't actually run against the dev
branch here:
rich@linux-h33o:~/src/snowshoe> ./snowshoe
qrc:///qml/main.qml:53:5: Type TabWidget unavailable
qrc:///qml/TabWidget.qml:20:1: Type PageWidget unavailable
qrc:///qml/PageWidget.qml:19:1: module "QtWebKit.experimen