aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/imageelements/image.qml
diff options
context:
space:
mode:
authorOliver Eftevaag <oliver.eftevaag@qt.io>2021-08-31 17:54:15 +0200
committerOliver Eftevaag <oliver.eftevaag@qt.io>2021-09-03 17:10:32 +0200
commit34bc389543c37b8439c9c0b48f471649b6529868 (patch)
treecafd1ece609a002dffcdd330846c85a7e6b306d4 /examples/quick/imageelements/image.qml
parent633a85cd39cdd294283439972cffebcff32ac0cb (diff)
Fix ImageElements example to use a QML module
Removed the 'content' directory, and placed all images into a 'pics' directory. CMakeLists.txt is now also using qt_add_qml_module() Pick-to: 6.2 Change-Id: I673b7adea1832f304003f95e171118b0822b3c83 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'examples/quick/imageelements/image.qml')
-rw-r--r--examples/quick/imageelements/image.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/imageelements/image.qml b/examples/quick/imageelements/image.qml
index d68382f3d9..d4040e0be0 100644
--- a/examples/quick/imageelements/image.qml
+++ b/examples/quick/imageelements/image.qml
@@ -49,7 +49,6 @@
****************************************************************************/
import QtQuick
-import "content"
Rectangle {
width: 320