d8a638ca061548872e4eafc36b1f7530c6e34c86
[profile/ivi/qtdeclarative.git] / examples / quick / scenegraph / simplematerial / simplematerial.pro
1
2 QT += quick
3
4 SOURCES += \
5     simplematerial.cpp
6
7 OTHER_FILES += \
8     test.qml
9
10 sources.files = $$SOURCES $$OTHER_FILES simplematerial.pro
11 sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/scenegraph/simplematerial
12 target.path = $$sources.path
13 INSTALLS += sources target