aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/keyinteraction/keyinteraction.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/keyinteraction/keyinteraction.pro')
-rw-r--r--examples/quick/keyinteraction/keyinteraction.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/quick/keyinteraction/keyinteraction.pro b/examples/quick/keyinteraction/keyinteraction.pro
new file mode 100644
index 0000000000..890d5b1449
--- /dev/null
+++ b/examples/quick/keyinteraction/keyinteraction.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+
+QT += quick declarative
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/keyinteraction
+qml.files = keyinteraction.qml focus
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/keyinteraction
+INSTALLS += target qml
+