How to run a Github clone project in qt creater after cloning it
Unsolved
QML and Qt Quick
-
Qsgsimple material not found how to over come this in QT 6.0 version but the code is from QT 5.10.1 version, Please help me run this project please!!!
@YogeshR See https://doc.qt.io/qt-6/quick-changes-qt6.html
"The QSGSimpleMaterial convenience class has been removed. Applications are expected to use the revised, OpenGL-independent QSGMaterial APIs instead."
So, QSGSimpleMaterial was removed (it was already obsolete in Qt5). You will have to replace it with QSGMaterial.