simplecustommaterial.pro Example File

simplecustommaterial/simplecustommaterial.pro
 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