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

QT += quick

SOURCES += \
    simplematerial.cpp

OTHER_FILES += \
    test.qml

sources.files = $$SOURCES $$OTHER_FILES simplematerial.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/scenegraph/simplematerial
target.path = $$sources.path
INSTALLS += sources target