Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to run a Github clone project in qt creater after cloning it

How to run a Github clone project in qt creater after cloning it

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 153 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    YogeshR
    wrote on last edited by
    #1

    Screenshot (17).png

    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!!!

    jsulmJ 1 Reply Last reply
    0
    • Y YogeshR

      Screenshot (17).png

      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!!!

      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @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.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved