Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.5.5
-
None
Description
import QtQuick import QtQuick.Controls Window { width: 1500 height: 800 visible: true title: qsTr("Hello World") }
when building this on Qt6.5.5 Mingw will give warning:
Warning: Main.qml:2:1: Warnings occurred while importing module "QtQuick.Controls": [import] import QtQuick.Controls ^^^^^^ --- Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. [import] ---
Attachments
Issue Links
- duplicates
-
QTBUG-108650 Unclear error message: TextField cannot be resolved
- Open