aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shadereffects/shadereffects.pro
blob: 265cb726e207c8b528e33a7950eaf9d545b46f59 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/quick/shadereffects
qml.files = shadereffects.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/quick/shadereffects
INSTALLS += target qml