From a0fb0a5dd32b031f89abe603ed07a50c74327e37 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 11 Dec 2012 14:17:34 +0100 Subject: Use resource files for most examples Make examples shadow-build-friendly by using resource files instead of trying to derive the qml path from applicationDirPath(). Change-Id: I669424554c772d9b261249b366247190f5fbd8b1 Reviewed-by: Oliver Wolff --- .../quick/touchinteraction/touchinteraction.qrc | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 examples/quick/touchinteraction/touchinteraction.qrc (limited to 'examples/quick/touchinteraction/touchinteraction.qrc') diff --git a/examples/quick/touchinteraction/touchinteraction.qrc b/examples/quick/touchinteraction/touchinteraction.qrc new file mode 100644 index 0000000000..6cec506a0f --- /dev/null +++ b/examples/quick/touchinteraction/touchinteraction.qrc @@ -0,0 +1,27 @@ + + + touchinteraction.qml + flickable/basic-flickable.qml + flickable/corkboards.qml + flickable/content/cork.jpg + flickable/content/note-yellow.png + flickable/content/Panel.qml + flickable/content/tack.png + multipointtouch/bearwhack.qml + multipointtouch/multiflame.qml + multipointtouch/content/AugmentedTouchPoint.qml + multipointtouch/content/Bear0.png + multipointtouch/content/Bear1.png + multipointtouch/content/Bear2.png + multipointtouch/content/Bear3.png + multipointtouch/content/BearB.png + multipointtouch/content/BearWhackParticleSystem.qml + multipointtouch/content/blur-circle.png + multipointtouch/content/blur-circle3.png + multipointtouch/content/heart-blur.png + multipointtouch/content/ParticleFlame.qml + multipointtouch/content/title.png + pincharea/flickresize.qml + pincharea/qt-logo.jpg + + -- cgit v1.2.3