Qt 3D: Simple Custom Material QML Example


  TEMPLATE = app

  !include( ../examples.pri ) {
      error( "Couldn't find the examples.pri file!" )
  }

  QT += qml quick
  CONFIG += c++11

  SOURCES += main.cpp

  RESOURCES += qml.qrc \
      shaders.qrc