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

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

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