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

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