QML does not find modules
Solved
QML and Qt Quick
-
Hi!
QML does not find modules.import QtQuick.Window 2.12 import QtPositioning 5.5 import QtLocation 5.6
Only the module is connected:
import QtQuick 2.12
.pro -file
QT += quick qml network positioning location
At the same time I installed all the modules Qt 12.3 and 13.0.
Please Tell me why and how to fix.