aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/simplematerial/simplematerial.pro
blob: ae4fb0fdd02a2d31e5707d8ec72d9ef674677ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11

QT += quick

SOURCES += \
    simplematerial.cpp

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

INSTALLS += target qml