Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
Qt Creator 4.13.2
-
None
-
* Qt Online Installer 4.0 alpha
* Qt Creator 4.13.2
* Qt 6.0.0-beta.2
* Qt 6.0.0 MinGW 64-bit
Description
Environment (installed via Qt Online Installer 4.0 alpha)
- Qt Creator 4.13.2
- Qt 6.0.0-beta.2
- Qt 6.0.0 MinGW 64-bit
Steps to reproduce:
- Create a new "Qt Quick Application - Empty" Project
- Select Build System "qmake"
- Minimum required Qt version: "Qt 5.15" - unfortunately i cannot select Qt 6.0
- Kit Selection: Desktop Qt 6.0.0 MinGW 64-bit
- Open main.qml file and remove the version after the import statement
This produces the error
package import requires a version number
Related issue
Regarding to QTCREATORBUG-24533 this should be fixed in Qt Creator 4.13.2, but for me it isn't fixed (see attached Screenshot)
Attachments
Issue Links
- resulted from
-
QTCREATORBUG-24533 "package import requires a version number" when using versionless QML import
- Closed