Use resource files for most examples
authorKai Koehne <kai.koehne@digia.com>
Tue, 11 Dec 2012 13:17:34 +0000 (14:17 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 12 Dec 2012 09:32:50 +0000 (10:32 +0100)
commita0fb0a5dd32b031f89abe603ed07a50c74327e37
tree04dd8b801c1e5daca81701542a8f6815c8b35274
parentb570d384c0704ea12364e353493eeb6f1ae34cd3
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 <oliver.wolff@digia.com>
99 files changed:
examples/qml/xmlhttprequest/main.cpp
examples/qml/xmlhttprequest/xmlhttprequest.pro
examples/qml/xmlhttprequest/xmlhttprequest.qrc [new file with mode: 0644]
examples/quick/accessibility/accessibility.pro
examples/quick/accessibility/accessibility.qrc [new file with mode: 0644]
examples/quick/accessibility/main.cpp
examples/quick/animation/animation.pro
examples/quick/animation/animation.qrc [new file with mode: 0644]
examples/quick/animation/main.cpp
examples/quick/canvas/canvas.pro
examples/quick/canvas/canvas.qrc [new file with mode: 0644]
examples/quick/canvas/main.cpp
examples/quick/customitems/maskedmousearea/main.cpp
examples/quick/customitems/maskedmousearea/maskedmousearea.pro
examples/quick/customitems/maskedmousearea/maskedmousearea.qrc [new file with mode: 0644]
examples/quick/customitems/painteditem/painteditem.pro
examples/quick/customitems/painteditem/painteditem.qrc [new file with mode: 0644]
examples/quick/demos/calqlatr/calqlatr.pro
examples/quick/demos/calqlatr/calqlatr.qrc [new file with mode: 0644]
examples/quick/demos/calqlatr/main.cpp
examples/quick/demos/maroon/main.cpp
examples/quick/demos/maroon/maroon.pro
examples/quick/demos/maroon/maroon.qrc [new file with mode: 0644]
examples/quick/demos/samegame/main.cpp
examples/quick/demos/samegame/samegame.pro
examples/quick/demos/samegame/samegame.qrc [new file with mode: 0644]
examples/quick/demos/stocqt/main.cpp
examples/quick/demos/stocqt/stocqt.pro
examples/quick/demos/stocqt/stocqt.qrc [new file with mode: 0644]
examples/quick/demos/tweetsearch/main.cpp
examples/quick/demos/tweetsearch/tweetsearch.pro
examples/quick/demos/tweetsearch/tweetsearch.qrc [new file with mode: 0644]
examples/quick/draganddrop/draganddrop.pro
examples/quick/draganddrop/draganddrop.qrc [new file with mode: 0644]
examples/quick/draganddrop/main.cpp
examples/quick/imageelements/imageelements.pro
examples/quick/imageelements/imageelements.qrc [new file with mode: 0644]
examples/quick/imageelements/main.cpp
examples/quick/keyinteraction/keyinteraction.pro
examples/quick/keyinteraction/keyinteraction.qrc [new file with mode: 0644]
examples/quick/keyinteraction/main.cpp
examples/quick/localstorage/localstorage/localstorage.pro
examples/quick/localstorage/localstorage/localstorage.qrc [new file with mode: 0644]
examples/quick/localstorage/localstorage/main.cpp
examples/quick/mousearea/main.cpp
examples/quick/mousearea/mousearea.pro
examples/quick/mousearea/mousearea.qrc [new file with mode: 0644]
examples/quick/particles/affectors/affectors.pro
examples/quick/particles/affectors/affectors.qrc [new file with mode: 0644]
examples/quick/particles/affectors/main.cpp
examples/quick/particles/customparticle/customparticle.pro
examples/quick/particles/customparticle/customparticle.qrc [new file with mode: 0644]
examples/quick/particles/customparticle/main.cpp
examples/quick/particles/emitters/emitters.pro
examples/quick/particles/emitters/emitters.qrc [new file with mode: 0644]
examples/quick/particles/emitters/main.cpp
examples/quick/particles/imageparticle/imageparticle.pro
examples/quick/particles/imageparticle/imageparticle.qrc [new file with mode: 0644]
examples/quick/particles/imageparticle/main.cpp
examples/quick/particles/images.qrc [new file with mode: 0644]
examples/quick/particles/system/main.cpp
examples/quick/particles/system/system.pro
examples/quick/particles/system/system.qrc [new file with mode: 0644]
examples/quick/positioners/main.cpp
examples/quick/positioners/positioners.pro
examples/quick/positioners/positioners.qrc [new file with mode: 0644]
examples/quick/righttoleft/main.cpp
examples/quick/righttoleft/righttoleft.pro
examples/quick/righttoleft/righttoleft.qrc [new file with mode: 0644]
examples/quick/scenegraph/customgeometry/customgeometry.pro
examples/quick/scenegraph/customgeometry/customgeometry.qrc [new file with mode: 0644]
examples/quick/scenegraph/customgeometry/main.cpp
examples/quick/scenegraph/openglunderqml/main.cpp
examples/quick/scenegraph/openglunderqml/openglunderqml.pro
examples/quick/scenegraph/openglunderqml/openglunderqml.qrc [new file with mode: 0644]
examples/quick/scenegraph/simplematerial/simplematerial.cpp
examples/quick/scenegraph/simplematerial/simplematerial.pro
examples/quick/scenegraph/simplematerial/simplematerial.qrc [new file with mode: 0644]
examples/quick/shadereffects/main.cpp
examples/quick/shadereffects/shadereffects.pro
examples/quick/shadereffects/shadereffects.qrc [new file with mode: 0644]
examples/quick/shared/quick_shared.qrc [new file with mode: 0644]
examples/quick/shared/shared.h
examples/quick/shared/shared.qrc [new file with mode: 0644]
examples/quick/text/main.cpp
examples/quick/text/text.pro
examples/quick/text/text.qrc [new file with mode: 0644]
examples/quick/threading/main.cpp
examples/quick/threading/threading.pro
examples/quick/threading/threading.qrc [new file with mode: 0644]
examples/quick/touchinteraction/main.cpp
examples/quick/touchinteraction/touchinteraction.pro
examples/quick/touchinteraction/touchinteraction.qrc [new file with mode: 0644]
examples/quick/views/main.cpp
examples/quick/views/views.pro
examples/quick/views/views.qrc [new file with mode: 0644]
examples/quick/window/window/window.cpp
examples/quick/window/window/window.pro
examples/quick/window/window/window.qrc [new file with mode: 0644]