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

QT += quick declarative
SOURCES += main.cpp

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