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

QT += quick qml
SOURCES += main.cpp
RESOURCES += \
    touchinteraction.qrc \
    ../shared/shared.qrc

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