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

QT += quick qml
SOURCES += main.cpp
RESOURCES += shadereffects.qrc

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