Qt 6.11 is out! See what's new in the release
blog
QML does not find modules
-
Hi!
QML does not find modules.import QtQuick.Window 2.12 import QtPositioning 5.5 import QtLocation 5.6Only the module is connected:
import QtQuick 2.12.pro -file
QT += quick qml network positioning locationAt the same time I installed all the modules Qt 12.3 and 13.0.
Please Tell me why and how to fix.