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

QT += quick qml
SOURCES += main.cpp

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