aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/touchinteraction/touchinteraction.pro
blob: c56e5c82061eb719bf3a4bea09891c9edeba047d (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/touchinteraction
qml.files = flickable multipointtouch pincharea touchinteraction.qml
qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/touchinteraction
INSTALLS += target qml