Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
6.0.0 Alpha
Description
When building Qt statically any instance "import QtQuick.Window" call fails on startup.
The Window import has been moved to QtQuick, so just removing the line makes the application run.
It should be reproducible with any Qt Quick Controls 2 example which uses ComboBox for instance, since this has such an import.
But note that building qt quick controls 2 in its source tree does not work because of QTBUG-86949, so to test, make an example in a directory outside the Qt source tree.
Attachments
Issue Links
- relates to
-
QTBUG-87658 QtQuick.Controls version number fails on import
- Closed
-
QTBUG-86947 REG: Qt Quick applications do not work with static CMake build
- Closed
-
QTBUG-86949 REG: Qt Quick Controls examples fail to run in static build
- Closed
-
QTBUG-87453 Examples not compiling due 'CMake Error at ../lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:134 (message)'
- Closed
-
QTBUG-87883 module "QtQuick.Window" is not installed, Q_IMPORT_PLUGIN file not generated, for static builds
- Closed