Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
Description
Currently, if we want to use native styles while building for multiple platforms, we must write "import QtQuick.Controls". We cannot write "import QtQuick.Controls.Windows" or similar, because that would lock it to a single platform.
However, "import QtQuick.Controls" stops the Qt Quick Compiler from doing its job because of optional imports.
Attachments
Issue Links
- relates to
-
QTBUG-108650 Unclear error message: TextField cannot be resolved
- Open