Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.3.0
-
None
Description
Steps to reproduce:
- Install Qt Creator 4.3.0 (I installed mine using qt-unified-testclient-linux-x64-3.0.0-beta-online_152.run)
- Install Boot2Qt 5.9.x plugin
- Due to
QTCREATORBUG-18247you have to install also Boot2Qt 5.8.x plugin
- Start Qt Creator
- Create new project (File->New File or Project)
- Select "Qt Quick Application" as a type
- Click the wizard to create the default project
- Pay attention that in the page "Define Project Details", Minimal required Qt version is "Qt 5.6" which is the default selection
- When project is created, run it
Expected outcome:
- The default application is started
Actual outcome:
- Application refuses to start
- QQmlApplicationEngine failed to load component
- qrc:/main.qml:3 module "QtQuick.Enterprise.VirtualKeyboard" is not installed
Workaround:
- In "main.qml", replace "import QtQuick.Enterprise.VirtualKeyboard 2.0" with "import QtQuick.VirtualKeyboard 2.0"