summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-04-26 15:40:52 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-30 10:21:35 +0200
commit5ee66382c9f887491c922383510ab9b199150b35 (patch)
treec31305897155a6969bc24c7c7fcffb6480b50f8b /tests/manual
parent070943e78d32aab9eb6e825c5badc2da35851f3a (diff)
downloadqtquickcontrols-5ee66382c9f887491c922383510ab9b199150b35.tar.gz
Move examples into separate quick/controls directory
This makes sure all examples are in a separate directory for the Qt source packages. It also is in line with how the other repositories are structured. Task-number: QTBUG-30886 Change-Id: Idc2856e5dfaf467c8cb9764aee327a3b20c7b2d0 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/scrollview/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/scrollview/main.qml b/tests/manual/scrollview/main.qml
index cc7b967d..71accd8e 100644
--- a/tests/manual/scrollview/main.qml
+++ b/tests/manual/scrollview/main.qml
@@ -109,7 +109,7 @@ ApplicationWindow {
width: widthSpinBox.value
height: heightSpinBox.value
fillMode: Image.Tile
- source: "../../../examples/touch/images/button_pressed.png"
+ source: "../../../examples/quick/controls/touch/images/button_pressed.png"
}
}
}
@@ -126,7 +126,7 @@ ApplicationWindow {
width: widthSpinBox.value
height: heightSpinBox.value
fillMode: Image.Tile
- source: "../../../examples/touch/images/button_pressed.png"
+ source: "../../../examples/quick/controls/touch/images/button_pressed.png"
}
}
}