2012-02-29 07:21:11 +00:00
|
|
|
TEMPLATE = app
|
|
|
|
|
2012-05-10 13:39:03 +00:00
|
|
|
QT += quick qml
|
2012-02-29 07:21:11 +00:00
|
|
|
SOURCES += main.cpp
|
|
|
|
|
2012-11-29 15:02:34 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/quick/keyinteraction
|
2012-02-29 07:21:11 +00:00
|
|
|
qml.files = keyinteraction.qml focus
|
2012-11-29 15:02:34 +00:00
|
|
|
qml.path = $$[QT_INSTALL_EXAMPLES]/quick/keyinteraction
|
|
|
|
INSTALLS += target qml
|