Issue in Module not installed
Unsolved
QML and Qt Quick
-
Hello All,
I'm trying to import any QT design studio project to integrate it with C++ core with QT Creator
I've followed the guide mentioned in QT support here:
https://doc.qt.io/qtdesignstudio/quick-converting-ui-projects.htmli've issue currently in loading the libraries from the qt design tools
with error message:Cannot load library C:\Users\msaid\Documents\DigitalClusterIntegration\qml\qml\QtQuick3D\Effects\qtquick3deffectplugin.dll: The specified module could not be found. import QtQuick3D.Effects 1.15
however the dll files are already available in the path mentioned
i'm using Qt 6.2
any advise
Thanks