simplematerial.pro Example File

scenegraph/simplematerial/simplematerial.pro
 QT += quick

 SOURCES += \
     simplematerial.cpp
 RESOURCES += simplematerial.qrc

 target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/simplematerial
 qml.files = main.qml
 qml.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/simplematerial

 INSTALLS += target qml