Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.0.0 RC 1
-
None
-
Installer 359
Mac
Linux
-
32ea33253afbbdefd2680aa95ab5f57455272ae7
Description
Using webkit qml2 examples flickrview or youtubeview, the QtWebkit import cannot loaded.
Error:
Supers-iMac-2:~ qa$ /Users/qa/Qt5.0.0-rc1/5.0.0-rc1/clang_64/examples/qtwebkit-examples-and-demos/examples/qml/youtubeview/youtubeview ; exit; file:///Users/qa/Qt5.0.0-rc1/5.0.0-rc1/clang_64/examples/qtwebkit-examples-and-demos/examples/qml/youtubeview/youtubeview.qml:42:1: plugin cannot be loaded for module "QtWebKit": Unknown error import QtWebKit 3.0 ^ void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
The plugin is currently located under:
/Users/qa/Qt5.0.0-rc1/5.0.0-rc1/clang_64/imports/QtWebKit
Moving it over to qml folder doesn't solve the problem though
/Users/qa/Qt5.0.0-rc1/5.0.0-rc1/clang_64/qml/QtWebKit
The examples were working before.