aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/touchinteraction/touchinteraction.qmlproject
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-08-30 12:23:49 +0200
committerUlf Hermann <ulf.hermann@qt.io>2021-08-30 20:34:57 +0200
commit76a413bb11dd444239d3e0ae5fc86a3021d53409 (patch)
tree883e8f271fd5b0243d6ec47afc020bf4f54e7795 /examples/quick/touchinteraction/touchinteraction.qmlproject
parentcb9cc7ca66ab7f901b4032ed3e8f5cea3ba9e469 (diff)
Fix touchinteraction example to use QML modules
Remove the "content" subdirectories. They just add noise. Pick-to: 6.2 Change-Id: Iae6bf7d91b6804294673be8966e30b11caae0654 Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'examples/quick/touchinteraction/touchinteraction.qmlproject')
-rw-r--r--examples/quick/touchinteraction/touchinteraction.qmlproject1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/touchinteraction/touchinteraction.qmlproject b/examples/quick/touchinteraction/touchinteraction.qmlproject
index a9aa9d2e81..50254f287f 100644
--- a/examples/quick/touchinteraction/touchinteraction.qmlproject
+++ b/examples/quick/touchinteraction/touchinteraction.qmlproject
@@ -2,6 +2,7 @@ import QmlProject 1.1
Project {
mainFile: "touchinteraction.qml"
+ importPaths: [ "../" ]
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {