Fixed qml-compositor and made it properly installable without a qrc.
[profile/ivi/qtwayland.git] / examples / qml-compositor / main.qml
similarity index 98%
rename from examples/qml-compositor/qml/QmlCompositor/main.qml
rename to examples/qml-compositor/main.qml
index 65f6109..bd859f0 100644 (file)
@@ -51,7 +51,7 @@ Item {
         id: background
         anchors.fill: parent
         fillMode: Image.Tile
-        source: "../../background.jpg"
+        source: "background.jpg"
         smooth: true
     }