aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/views/delegatemodel/delegatemodel.qmlproject
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-08-27 16:33:25 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-30 20:56:44 +0000
commit73482435a4404c567ad2cd82415b9394a2c6409c (patch)
tree6397ce343e5ac53f9bfd971a13449400bd0b164a /examples/quick/views/delegatemodel/delegatemodel.qmlproject
parenteeffa8ee95ae62aec9b593d838c3fb3478d4cf10 (diff)
Update views example to use modules
The qmake and qmlproject files are adapted to use the "shared" module, too. Change-Id: I5fc4895416357ba202528b155581b1b5a880a68d Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit cb9cc7ca66ab7f901b4032ed3e8f5cea3ba9e469) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/quick/views/delegatemodel/delegatemodel.qmlproject')
-rw-r--r--examples/quick/views/delegatemodel/delegatemodel.qmlproject3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/quick/views/delegatemodel/delegatemodel.qmlproject b/examples/quick/views/delegatemodel/delegatemodel.qmlproject
index 2bb4016996..e78ddcb187 100644
--- a/examples/quick/views/delegatemodel/delegatemodel.qmlproject
+++ b/examples/quick/views/delegatemodel/delegatemodel.qmlproject
@@ -1,6 +1,9 @@
import QmlProject 1.0
Project {
+ mainFile: "slideshow.qml"
+ importPaths: [ "../../" ]
+
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
directory: "."