qtdeclarative/examples/quick/tutorials
Ulf Hermann a3ea7a9938 Fix samegame example to use QML modules
In this case it really makes no sense to use a shared directory because
we want to show the progressive changes between the different versions.
It's actually important to note that we're adding the pictures one by
one. Therefore, the shared directory is dissolved and the pictures added
duplicated into the respective versions of samegame.

Furthermore, moving the code into a "content" directory is a bad idea
because it complicates the import logic. We don't want to make the
"content" directory its own QML module. We might move samegame.qml into
the "content" directory, too, and apply some path wrangling to make it
work, but it's really not worth it here.

Pick-to: 6.2
Change-Id: Ifc45f48832596377c21bc6ef55e918ef487bc94e
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-08-31 11:26:10 +02:00
..
dynamicview Use functions as signal handlers when accessing parameters 2021-02-12 10:30:20 +00:00
helloworld Fix docs to explain the new type syntax for QML methods 2019-07-10 09:24:27 +00:00
samegame Fix samegame example to use QML modules 2021-08-31 11:26:10 +02:00
CMakeLists.txt Fix samegame example to use QML modules 2021-08-31 11:26:10 +02:00
tutorials.pro Remove old 'Getting started with Qt Quick' example 2018-10-15 14:29:21 +00:00