Qt 6.11 is out! See what's new in the release
blog
Qt5 Windows can't find QtQuick
QML and Qt Quick
2
Posts
2
Posters
2.7k
Views
1
Watching
-
@file:///C:/Users/tom/Downloads/qt-everywhere-opensource-src-5.0.0/qtdeclarative/examples/demos/calculator/calculator-desktop.qml:42:1: plugin cannot be loaded for module "QtQuick": Unknown error
import QtQuick 2.0^ @Getting this error trying to play with the qml examples with QmlViewer on Windows7 32bit. the QtQuick5 and QtQuickd5 dlls are both built and in my path. Is there some other setup step I'm missing?
-
Try QmlScene rather than QmlViewer.