Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.2.0 Beta1
-
None
-
Qt 5.2.0-beta1, MSVC 2012 64-bit, OpenGL, Windows 8.1 64-bit
Description
Steps to reproduce
- Open Qt Creator 3.0
- Create a new "Qt Quick 2 Application (Built-in Types)" project
- Open main.qml
- Insert "import QtWebKit 3.0" at the top
- Click "Run"
Result
"ASSERT: "QLatin1String(uri) == QLatin1String("QtWebKit")" in file plugin.cpp, line 47". If I click on "plugin.cpp", I get a File Error: "Cannot open plugin.cpp for reading: No such file or directory"
Other notes
- Most other modules can be imported without issue
- Qt Creator's auto-complete knows about "import QtAudioEngine 1.0" but I get module "QtAudioEngine" is not installed at runtime. Not sure if this is a related issue.
- I tried two different builds, but both crashed:
- qt-windows-opensource-5.2.0-beta1-msvc2012_opengl-x86_64-offline.exe
- qt-windows-opensource-5.2.0-beta1-msvc2012_opengl-x86_64-offline_2013-11-01_15-23-35-126.exe
- I was able to import QtWebKit 3.0 without issues using Qt 5.1.1:
- qt-windows-opensource-5.1.1-msvc2012_opengl-x86_64-offline.exe
- I don't have Qt or any compilers in my PATH
Attachments
Issue Links
- is replaced by
-
QTBUG-34066 ASSERT: "QLatin1String(uri) == QLatin1String("QtWebKit")" in file plugin.cpp, line 47
-
- Closed
-