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 build to tell you but I suspect. On Mon, Feb 4, 2013 at 5:30 PM, Richard Moore <[email protected]> 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/PageWidget.qml:19:1: module "QtWebKit.experimental" is not > installed > qrc:///qml/PageWidget.qml:18:1: module "QtWebKit" is not installed > qrc:///qml/PageWidget.qml:19:1: module "QtWebKit.experimental" is not > installed > qrc:///qml/PageWidget.qml:18:1: module "QtWebKit" is not installed > ASSERT: "m_browserView" in file desktop/BrowserWindow.cpp, line 51 > Aborted > > Is it only tested on some specific mobile platforms, or is it just broken? > I'd have thought since it's in the qt-project repos that it should be > usable, but it doesn't seem to be right now. > > Cheers > > Rich. > > > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development > -- Software Engineer @ Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
