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

QT += quick

SOURCES += \
    simplematerial.cpp

OTHER_FILES += \
    main.qml

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