aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/threading/threading.qmlproject
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-08-31 10:45:07 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-04 10:39:38 +0000
commit786a1d35e576956c7d3e65f16234cd236d452870 (patch)
tree00fd262bf64a15121f0dba3615fba9e3904d3bd9 /examples/quick/threading/threading.qmlproject
parentd5bb8ab9e5f68954168caa067ae8568362f4ff1e (diff)
Fix threading example to use QML modules
Change-Id: I973244a0546e668ba8c65e573747e08f60a506c0 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit 23ddc51e5e44646d5b54d46414c0a60895d880b5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/quick/threading/threading.qmlproject')
-rw-r--r--examples/quick/threading/threading.qmlproject1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/threading/threading.qmlproject b/examples/quick/threading/threading.qmlproject
index d17405d4dc..877dcd7d63 100644
--- a/examples/quick/threading/threading.qmlproject
+++ b/examples/quick/threading/threading.qmlproject
@@ -2,6 +2,7 @@ import QmlProject 1.1
Project {
mainFile: "threading.qml"
+ importPaths: ["../"]
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {