-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.3, 6.6
-
None
When enabling "QT_QMLCACHEGEN_DIRECT_CALLS" then Qml compilation fails with:
Cannot open include file: 'qquickmaterialstyle_p.h': No such file or directory
CMake:
set_target_properties(androtest PROPERTIES QT_QMLCACHEGEN_DIRECT_CALLS ON )
Qml:
import QtQuick import QtQuick.Window import QtQuick.Controls.Material ApplicationWindow { id: window width: 640 height: 480 visible: true title: qsTr("Test") Material.theme: Material.Dark Material.primary: "red" Material.accent: "green" }
- resulted in
-
QTBUG-138671 Provide a way to inform users about the required private modules when using qmlsc Direct Mode
-
- Reported
-