summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/qmlvideofx/qmlvideofx.qrc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2012-12-14 14:14:01 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-17 16:56:00 +0100
commitd13a7a1f8949c4fab37783064cfba27a49757608 (patch)
tree63ee82ca0ff636fe4e966781662bb30efeb4f03a /examples/multimedia/video/qmlvideofx/qmlvideofx.qrc
parent0f2fc9ffd93f080a1f1eeb78ac47ca585fa0362a (diff)
Examples: Remove qmlapplicationviewer template.v5.0.0
Fix shadow-builds for qmlviewer examples by using qrc files instead. Task-number: QTBUG-28614 Change-Id: Iec993f95166ffd09e8edff552ceca5bc4112d293 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/multimedia/video/qmlvideofx/qmlvideofx.qrc')
-rw-r--r--examples/multimedia/video/qmlvideofx/qmlvideofx.qrc52
1 files changed, 45 insertions, 7 deletions
diff --git a/examples/multimedia/video/qmlvideofx/qmlvideofx.qrc b/examples/multimedia/video/qmlvideofx/qmlvideofx.qrc
index 6ca4ef54b..0b39099a1 100644
--- a/examples/multimedia/video/qmlvideofx/qmlvideofx.qrc
+++ b/examples/multimedia/video/qmlvideofx/qmlvideofx.qrc
@@ -1,10 +1,48 @@
<RCC>
- <qresource prefix="/images">
- <file alias="close.png">images/close.png</file>
- <file alias="folder.png">images/folder.png</file>
- <file alias="titlebar.png">images/titlebar.png</file>
- <file alias="titlebar.sci">images/titlebar.sci</file>
- <file alias="up.png">images/up.png</file>
- <file alias="qt-logo.png">images/qt-logo.png</file>
+ <qresource prefix="/">
+ <file>images/close.png</file>
+ <file>images/folder.png</file>
+ <file>images/titlebar.png</file>
+ <file>images/titlebar.sci</file>
+ <file>images/up.png</file>
+ <file>images/qt-logo.png</file>
+ <file>qml/qmlvideofx/Button.qml</file>
+ <file>qml/qmlvideofx/Content.qml</file>
+ <file>qml/qmlvideofx/ContentCamera.qml</file>
+ <file>qml/qmlvideofx/ContentImage.qml</file>
+ <file>qml/qmlvideofx/ContentVideo.qml</file>
+ <file>qml/qmlvideofx/DisableScreenSaver.qml</file>
+ <file>qml/qmlvideofx/Divider.qml</file>
+ <file>qml/qmlvideofx/Effect.qml</file>
+ <file>qml/qmlvideofx/EffectBillboard.qml</file>
+ <file>qml/qmlvideofx/EffectBlackAndWhite.qml</file>
+ <file>qml/qmlvideofx/EffectEmboss.qml</file>
+ <file>qml/qmlvideofx/EffectGaussianBlur.qml</file>
+ <file>qml/qmlvideofx/EffectGlow.qml</file>
+ <file>qml/qmlvideofx/EffectIsolate.qml</file>
+ <file>qml/qmlvideofx/EffectMagnify.qml</file>
+ <file>qml/qmlvideofx/EffectPageCurl.qml</file>
+ <file>qml/qmlvideofx/EffectPassThrough.qml</file>
+ <file>qml/qmlvideofx/EffectPixelate.qml</file>
+ <file>qml/qmlvideofx/EffectPosterize.qml</file>
+ <file>qml/qmlvideofx/EffectRipple.qml</file>
+ <file>qml/qmlvideofx/EffectSelectionPanel.qml</file>
+ <file>qml/qmlvideofx/EffectSepia.qml</file>
+ <file>qml/qmlvideofx/EffectSharpen.qml</file>
+ <file>qml/qmlvideofx/EffectShockwave.qml</file>
+ <file>qml/qmlvideofx/EffectSobelEdgeDetection1.qml</file>
+ <file>qml/qmlvideofx/EffectSobelEdgeDetection2.qml</file>
+ <file>qml/qmlvideofx/EffectTiltShift.qml</file>
+ <file>qml/qmlvideofx/EffectToon.qml</file>
+ <file>qml/qmlvideofx/EffectVignette.qml</file>
+ <file>qml/qmlvideofx/EffectWarhol.qml</file>
+ <file>qml/qmlvideofx/EffectWobble.qml</file>
+ <file>qml/qmlvideofx/FileBrowser.qml</file>
+ <file>qml/qmlvideofx/FileOpen.qml</file>
+ <file>qml/qmlvideofx/HintedMouseArea.qml</file>
+ <file>qml/qmlvideofx/main-largescreen.qml</file>
+ <file>qml/qmlvideofx/main-smallscreen.qml</file>
+ <file>qml/qmlvideofx/ParameterPanel.qml</file>
+ <file>qml/qmlvideofx/Slider.qml</file>
</qresource>
</RCC>