summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2015-06-08 09:18:41 +0200
committerCaroline Chao <caroline.chao@theqtcompany.com>2015-07-02 11:17:30 +0000
commit35d72a2eba7456a2efc5eb8b77afbc00f69ba0ac (patch)
tree3f1c47e6ebaddaa3bda032d2cc50172a0eada2e0
parent6178748a6ea34df40a8e3c9ce67137e33383bb0e (diff)
iOS: Bump version to 1.1HEADmaster
Release to store with 5.4.1 Update images for iOS (to fulfill the App Store requirements) Change-Id: Iec0a951f5859940d0f8c61d21a2ce34f3d345b35 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@theqtcompany.com>
-rw-r--r--QtDemo/QtDemo.pro3
-rw-r--r--QtDemo/ios/iosInfo.plist4
-rw-r--r--QtDemo/qml/QtDemo/images/ios/imac.pngbin0 -> 7090 bytes
-rw-r--r--QtDemo/qml/QtDemo/images/ios/ipad_car.pngbin0 -> 7708 bytes
-rw-r--r--QtDemo/qml/QtDemo/images/ios/ipad_medical.pngbin0 -> 24270 bytes
-rw-r--r--QtDemo/qml/QtDemo/images/ios/iphone1.pngbin0 -> 14275 bytes
-rw-r--r--QtDemo/qml/QtDemo/images/ios/laptop1.pngbin0 -> 9648 bytes
-rw-r--r--QtDemo/qml_ios.qrc341
8 files changed, 346 insertions, 2 deletions
diff --git a/QtDemo/QtDemo.pro b/QtDemo/QtDemo.pro
index b4c175d..2ac498b 100644
--- a/QtDemo/QtDemo.pro
+++ b/QtDemo/QtDemo.pro
@@ -4,7 +4,8 @@ QT += qml quick xmlpatterns sql svg multimedia
SOURCES += main.cpp
-RESOURCES += qml.qrc
+ios: RESOURCES += qml_ios.qrc
+!ios: RESOURCES += qml.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
diff --git a/QtDemo/ios/iosInfo.plist b/QtDemo/ios/iosInfo.plist
index 258adb9..21b9130 100644
--- a/QtDemo/ios/iosInfo.plist
+++ b/QtDemo/ios/iosInfo.plist
@@ -19,11 +19,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.0</string>
+ <string>1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
+ <key>LSRequiresIPhoneOS</key>
+ <true/>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
<key>UIStatusBarHidden</key>
diff --git a/QtDemo/qml/QtDemo/images/ios/imac.png b/QtDemo/qml/QtDemo/images/ios/imac.png
new file mode 100644
index 0000000..a35d2b6
--- /dev/null
+++ b/QtDemo/qml/QtDemo/images/ios/imac.png
Binary files differ
diff --git a/QtDemo/qml/QtDemo/images/ios/ipad_car.png b/QtDemo/qml/QtDemo/images/ios/ipad_car.png
new file mode 100644
index 0000000..6e30c37
--- /dev/null
+++ b/QtDemo/qml/QtDemo/images/ios/ipad_car.png
Binary files differ
diff --git a/QtDemo/qml/QtDemo/images/ios/ipad_medical.png b/QtDemo/qml/QtDemo/images/ios/ipad_medical.png
new file mode 100644
index 0000000..3031768
--- /dev/null
+++ b/QtDemo/qml/QtDemo/images/ios/ipad_medical.png
Binary files differ
diff --git a/QtDemo/qml/QtDemo/images/ios/iphone1.png b/QtDemo/qml/QtDemo/images/ios/iphone1.png
new file mode 100644
index 0000000..fe37410
--- /dev/null
+++ b/QtDemo/qml/QtDemo/images/ios/iphone1.png
Binary files differ
diff --git a/QtDemo/qml/QtDemo/images/ios/laptop1.png b/QtDemo/qml/QtDemo/images/ios/laptop1.png
new file mode 100644
index 0000000..f95e14b
--- /dev/null
+++ b/QtDemo/qml/QtDemo/images/ios/laptop1.png
Binary files differ
diff --git a/QtDemo/qml_ios.qrc b/QtDemo/qml_ios.qrc
new file mode 100644
index 0000000..7fabe13
--- /dev/null
+++ b/QtDemo/qml_ios.qrc
@@ -0,0 +1,341 @@
+<RCC>
+ <qresource prefix="/">
+ <file>qml/QtDemo/Button.qml</file>
+ <file>qml/QtDemo/Cloud.qml</file>
+ <file>qml/QtDemo/DialogButton.qml</file>
+ <file>qml/QtDemo/Element.qml</file>
+ <file>qml/QtDemo/engine.js</file>
+ <file>qml/QtDemo/Group.qml</file>
+ <file>qml/QtDemo/HelpScreen.qml</file>
+ <file>qml/QtDemo/IslandElementContainer.qml</file>
+ <file>qml/QtDemo/main.qml</file>
+ <file>qml/QtDemo/NavigationPanel.qml</file>
+ <file>qml/QtDemo/QuitDialog.qml</file>
+ <file>qml/QtDemo/Slide.qml</file>
+ <file>qml/QtDemo/SplashScreen.qml</file>
+ <file>qml/QtDemo/WorldCanvas.qml</file>
+ <file>qml/QtDemo/WorldMouseArea.qml</file>
+ <file>qml/QtDemo/QtLogo.png</file>
+ <file>qml/QtDemo/style.js</file>
+ <file>qml/QtDemo/demos/calqlatr/content/audio/touch.wav</file>
+ <file>qml/QtDemo/demos/calqlatr/content/images/icon-back.png</file>
+ <file>qml/QtDemo/demos/calqlatr/content/images/icon-close.png</file>
+ <file>qml/QtDemo/demos/calqlatr/content/images/icon-settings.png</file>
+ <file>qml/QtDemo/demos/calqlatr/content/images/logo.png</file>
+ <file>qml/QtDemo/demos/calqlatr/content/images/paper-edge-left.png</file>
+ <file>qml/QtDemo/demos/calqlatr/content/images/paper-edge-right.png</file>
+ <file>qml/QtDemo/demos/calqlatr/content/images/paper-grip.png</file>
+ <file>qml/QtDemo/demos/calqlatr/content/images/settings-selected-a.png</file>
+ <file>qml/QtDemo/demos/calqlatr/content/images/settings-selected-b.png</file>
+ <file>qml/QtDemo/demos/calqlatr/content/images/touch-green.png</file>
+ <file>qml/QtDemo/demos/calqlatr/content/images/touch-white.png</file>
+ <file>qml/QtDemo/demos/calqlatr/content/Button.qml</file>
+ <file>qml/QtDemo/demos/calqlatr/content/calculator.js</file>
+ <file>qml/QtDemo/demos/calqlatr/content/Display.qml</file>
+ <file>qml/QtDemo/demos/calqlatr/content/NumberPad.qml</file>
+ <file>qml/QtDemo/demos/calqlatr/content/StyleLabel.qml</file>
+ <file>qml/QtDemo/demos/calqlatr/Calqlatr.qml</file>
+ <file>qml/QtDemo/demos/canvasclock/canvasClock.qml</file>
+ <file>qml/QtDemo/demos/gridrssnews/main.qml</file>
+ <file>qml/QtDemo/demos/gridrssnews/RssDelegate.qml</file>
+ <file>qml/QtDemo/demos/gridrssnews/ScrollBar.qml</file>
+ <file>qml/QtDemo/demos/heartmonitor/heart.png</file>
+ <file>qml/QtDemo/demos/heartmonitor/HeartData.js</file>
+ <file>qml/QtDemo/demos/heartmonitor/main.qml</file>
+ <file>qml/QtDemo/demos/maroon/content/audio/bomb-action.wav</file>
+ <file>qml/QtDemo/demos/maroon/content/audio/catch.wav</file>
+ <file>qml/QtDemo/demos/maroon/content/audio/catch-action.wav</file>
+ <file>qml/QtDemo/demos/maroon/content/audio/currency.wav</file>
+ <file>qml/QtDemo/demos/maroon/content/audio/factory-action.wav</file>
+ <file>qml/QtDemo/demos/maroon/content/audio/melee-action.wav</file>
+ <file>qml/QtDemo/demos/maroon/content/audio/projectile-action.wav</file>
+ <file>qml/QtDemo/demos/maroon/content/audio/shooter-action.wav</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/background.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/bomb.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/bomb-action.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/bomb-idle.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/button-help.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/button-play.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/catch.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/catch-action.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/cloud.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/currency.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/dialog.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/dialog-bomb.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/dialog-factory.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/dialog-melee.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/dialog-pointer.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/dialog-shooter.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/factory.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/factory-action.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/factory-idle.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/grid.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/help.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/lifes.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/logo.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/logo-bubble.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/logo-fish.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/melee.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/melee-action.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/melee-idle.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/mob.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/mob-idle.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/points.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/projectile.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/projectile-action.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/scores.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/shooter.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/shooter-action.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/shooter-idle.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/sunlight.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/text-1.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/text-2.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/text-3.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/text-blank.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/text-gameover.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/text-go.png</file>
+ <file>qml/QtDemo/demos/maroon/content/gfx/wave.png</file>
+ <file>qml/QtDemo/demos/maroon/content/mobs/MobBase.qml</file>
+ <file>qml/QtDemo/demos/maroon/content/towers/Bomb.qml</file>
+ <file>qml/QtDemo/demos/maroon/content/towers/Factory.qml</file>
+ <file>qml/QtDemo/demos/maroon/content/towers/Melee.qml</file>
+ <file>qml/QtDemo/demos/maroon/content/towers/Ranged.qml</file>
+ <file>qml/QtDemo/demos/maroon/content/towers/TowerBase.qml</file>
+ <file>qml/QtDemo/demos/maroon/content/BuildButton.qml</file>
+ <file>qml/QtDemo/demos/maroon/content/GameCanvas.qml</file>
+ <file>qml/QtDemo/demos/maroon/content/GameOverScreen.qml</file>
+ <file>qml/QtDemo/demos/maroon/content/InfoBar.qml</file>
+ <file>qml/QtDemo/demos/maroon/content/logic.js</file>
+ <file>qml/QtDemo/demos/maroon/content/NewGameScreen.qml</file>
+ <file>qml/QtDemo/demos/maroon/content/SoundEffect.qml</file>
+ <file>qml/QtDemo/demos/maroon/Maroon.qml</file>
+ <file>qml/QtDemo/demos/particledemo/BootScreenDemo.qml</file>
+ <file>qml/QtDemo/demos/particledemo/particledemo.qml</file>
+ <file>qml/QtDemo/demos/particledemo/ParticleSysComponent.qml</file>
+ <file>qml/QtDemo/demos/photosurface/photosurface.qml</file>
+ <file>qml/QtDemo/demos/radio/radio.qml</file>
+ <file>qml/QtDemo/demos/radio/VolumeButton.qml</file>
+ <file>qml/QtDemo/demos/radio/VolumePoint.qml</file>
+ <file>qml/QtDemo/demos/rssnews/content/BusyIndicator.qml</file>
+ <file>qml/QtDemo/demos/rssnews/content/CategoryDelegate.qml</file>
+ <file>qml/QtDemo/demos/rssnews/content/NewsDelegate.qml</file>
+ <file>qml/QtDemo/demos/rssnews/content/RssFeeds.qml</file>
+ <file>qml/QtDemo/demos/rssnews/content/ScrollBar.qml</file>
+ <file>qml/QtDemo/demos/rssnews/rssnews.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/levels/level0.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/levels/level1.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/levels/level2.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/levels/level3.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/levels/level4.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/levels/level5.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/levels/level6.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/levels/level7.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/levels/level8.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/levels/level9.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/levels/TemplateBase.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/Block.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/BlockEmitter.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/Button.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/GameArea.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/LogoAnimation.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/MenuEmitter.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/PaintEmitter.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/PrimaryPack.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/PuzzleBlock.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/samegame.js</file>
+ <file>qml/QtDemo/demos/samegame/content/SamegameText.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/SimpleBlock.qml</file>
+ <file>qml/QtDemo/demos/samegame/content/SmokeText.qml</file>
+ <file>qml/QtDemo/demos/samegame/samegame.qml</file>
+ <file>qml/QtDemo/demos/samegame/settings.js</file>
+ <file>qml/QtDemo/demos/shaders/Effects/Effect.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectBillboard.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectBlackAndWhite.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectEmboss.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectGaussianBlur.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectGlow.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectIsolate.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectPassThrough.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectPixelate.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectPosterize.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectRipple.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectSepia.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectSharpen.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectShockwave.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectSobelEdgeDetection1.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectToon.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectVignette.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectWarhol.qml</file>
+ <file>qml/QtDemo/demos/shaders/Effects/EffectWobble.qml</file>
+ <file>qml/QtDemo/demos/shaders/Content.qml</file>
+ <file>qml/QtDemo/demos/shaders/EffectSelectionPanel.qml</file>
+ <file>qml/QtDemo/demos/shaders/Logo.qml</file>
+ <file>qml/QtDemo/demos/shaders/LogoContainer.qml</file>
+ <file>qml/QtDemo/demos/shaders/main.qml</file>
+ <file>qml/QtDemo/demos/shaders/ParameterPanel.qml</file>
+ <file>qml/QtDemo/demos/shaders/Slider.qml</file>
+ <file>qml/QtDemo/demos/touchgallery/content/AndroidDelegate.qml</file>
+ <file>qml/QtDemo/demos/touchgallery/content/ButtonPage.qml</file>
+ <file>qml/QtDemo/demos/touchgallery/content/CustomAppWindow.qml</file>
+ <file>qml/QtDemo/demos/touchgallery/content/ProgressBarPage.qml</file>
+ <file>qml/QtDemo/demos/touchgallery/content/SliderPage.qml</file>
+ <file>qml/QtDemo/demos/touchgallery/content/TabBarPage.qml</file>
+ <file>qml/QtDemo/demos/touchgallery/content/TextInputPage.qml</file>
+ <file>qml/QtDemo/demos/touchgallery/main.qml</file>
+ <file>qml/QtDemo/demos/video/Content.qml</file>
+ <file>qml/QtDemo/demos/video/ContentVideo.qml</file>
+ <file>qml/QtDemo/demos/video/ControlBar.qml</file>
+ <file>qml/QtDemo/demos/video/ImageButton.qml</file>
+ <file>qml/QtDemo/demos/video/main.qml</file>
+ <file>qml/QtDemo/demos/video/PlaybackControl.qml</file>
+ <file>qml/QtDemo/demos/video/ScrollBar.qml</file>
+ <file>qml/QtDemo/demos/video/SeekControl.qml</file>
+ <file>qml/QtDemo/demos/video/Slider.qml</file>
+ <file>qml/QtDemo/demos/video/VideoDelegate.qml</file>
+ <file>qml/QtDemo/demos/video/VideoSelector.qml</file>
+ <file>qml/QtDemo/demos/video/VolumeControl.qml</file>
+ <file>qml/QtDemo/fonts/OFL.txt</file>
+ <file>qml/QtDemo/fonts/PatrickHandSC-Regular.ttf</file>
+ <file>qml/QtDemo/images/box.png</file>
+ <file>qml/QtDemo/images/box_open.png</file>
+ <file>qml/QtDemo/images/btn_help.png</file>
+ <file>qml/QtDemo/images/btn_home.png</file>
+ <file>qml/QtDemo/images/btn_next.png</file>
+ <file>qml/QtDemo/images/btn_previous.png</file>
+ <file alias="qml/QtDemo/images/car_device.png">qml/QtDemo/images/ios/ipad_car.png</file>
+ <file>qml/QtDemo/images/character0.png</file>
+ <file>qml/QtDemo/images/character1.png</file>
+ <file>qml/QtDemo/images/character2.png</file>
+ <file>qml/QtDemo/images/character3.png</file>
+ <file>qml/QtDemo/images/character4.png</file>
+ <file>qml/QtDemo/images/character5.png</file>
+ <file>qml/QtDemo/images/character6.png</file>
+ <file>qml/QtDemo/images/character7.png</file>
+ <file>qml/QtDemo/images/character8.png</file>
+ <file>qml/QtDemo/images/character9.png</file>
+ <file>qml/QtDemo/images/character10.png</file>
+ <file>qml/QtDemo/images/cloud1.png</file>
+ <file>qml/QtDemo/images/cloud2.png</file>
+ <file>qml/QtDemo/images/hand.png</file>
+ <file>qml/QtDemo/images/highlight_mask.png</file>
+ <file>qml/QtDemo/images/island.png</file>
+ <file alias="qml/QtDemo/images/laptop1.png">qml/QtDemo/images/ios/laptop1.png</file>
+ <file alias="qml/QtDemo/images/laptop2.png">qml/QtDemo/images/ios/laptop2.png</file>
+ <file>qml/QtDemo/images/man1.png</file>
+ <file alias="qml/QtDemo/images/medical_device.png">qml/QtDemo/images/ios/ipad_medical.png</file>
+ <file>qml/QtDemo/images/mountain.png</file>
+ <file>qml/QtDemo/images/particle-smoke.png</file>
+ <file alias="qml/QtDemo/images/phone1.png">qml/QtDemo/images/ios/iphone1.png</file>
+ <file alias="qml/QtDemo/images/phone2.png">qml/QtDemo/images/ios/iphone2.png</file>
+ <file alias="qml/QtDemo/images/phone3.png">qml/QtDemo/images/ios/iphone3.png</file>
+ <file>qml/QtDemo/images/stones.png</file>
+ <file alias="qml/QtDemo/images/tablet1.png">qml/QtDemo/images/ios/ipad_white.png</file>
+ <file>qml/QtDemo/images/tree1.png</file>
+ <file>qml/QtDemo/images/tree2.png</file>
+ <file alias="qml/QtDemo/images/tv.png">qml/QtDemo/images/ios/imac.png</file>
+ <file>qml/QtDemo/demos/photosurface/images/image0.png</file>
+ <file>qml/QtDemo/demos/photosurface/images/image1.png</file>
+ <file>qml/QtDemo/demos/photosurface/images/image2.png</file>
+ <file>qml/QtDemo/demos/photosurface/images/image3.png</file>
+ <file>qml/QtDemo/demos/photosurface/images/image4.png</file>
+ <file>qml/QtDemo/demos/photosurface/images/qml-photosurface-example-small.png</file>
+ <file>qml/QtDemo/demos/particledemo/images/particle.png</file>
+ <file>qml/QtDemo/demos/particledemo/images/particle_star.png</file>
+ <file>qml/QtDemo/demos/particledemo/images/qt-logo-green-mask.png</file>
+ <file>qml/QtDemo/demos/particledemo/images/qt-logo-white-mask.png</file>
+ <file>qml/QtDemo/demos/radio/images/radio_btn_pause.png</file>
+ <file>qml/QtDemo/demos/radio/images/radio_btn_play.png</file>
+ <file>qml/QtDemo/demos/radio/images/radio_btn_stop.png</file>
+ <file>qml/QtDemo/demos/radio/images/radio_sound_icon.png</file>
+ <file>qml/QtDemo/demos/radio/images/volume.png</file>
+ <file>qml/QtDemo/demos/rssnews/content/images/busy.png</file>
+ <file>qml/QtDemo/demos/rssnews/content/images/scrollbar.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/background.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/background-puzzle.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/bar.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/blue.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/blue-puzzle.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/bubble-highscore.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/bubble-puzzle.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/but-game-1.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/but-game-2.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/but-game-3.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/but-game-4.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/but-game-new.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/but-menu.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/but-puzzle-next.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/but-quit.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/green.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/green-puzzle.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/icon-fail.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/icon-ok.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/icon-time.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/logo.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/logo-a.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/logo-e.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/logo-g.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/logo-m.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/logo-s.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/particle-brick.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/particle-paint.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/particle-smoke.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/red.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/red-puzzle.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/text-highscore.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/text-highscore-new.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/text-no-winner.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/text-p1.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/text-p1-go.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/text-p1-won.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/text-p2.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/text-p2-go.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/text-p2-won.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/yellow.png</file>
+ <file>qml/QtDemo/demos/samegame/content/gfx/yellow-puzzle.png</file>
+ <file>qml/QtDemo/demos/shaders/images/particle-smoke.png</file>
+ <file>qml/QtDemo/demos/shaders/images/qt-logo.png</file>
+ <file>qml/QtDemo/demos/shaders/images/wallpaper.png</file>
+ <file>qml/QtDemo/demos/particledemo/particle.png</file>
+ <file>qml/QtDemo/demos/touchgallery/images/button_default.png</file>
+ <file>qml/QtDemo/demos/touchgallery/images/button_pressed.png</file>
+ <file>qml/QtDemo/demos/touchgallery/images/navigation_next_item.png</file>
+ <file>qml/QtDemo/demos/touchgallery/images/navigation_previous_item.png</file>
+ <file>qml/QtDemo/demos/touchgallery/images/tab_selected.png</file>
+ <file>qml/QtDemo/demos/touchgallery/images/tabs_standard.png</file>
+ <file>qml/QtDemo/demos/touchgallery/images/textinput.png</file>
+ <file>qml/QtDemo/demos/touchgallery/images/toolbar.png</file>
+ <file>qml/QtDemo/demos/video/images/CloseButton.png</file>
+ <file>qml/QtDemo/demos/video/images/PauseButton.png</file>
+ <file>qml/QtDemo/demos/video/images/PlayButton.png</file>
+ <file>qml/QtDemo/demos/video/images/RateButtonForward.png</file>
+ <file>qml/QtDemo/demos/video/images/RateButtonReverse.png</file>
+ <file>qml/QtDemo/demos/video/images/StopButton.png</file>
+ <file>qml/QtDemo/demos/video/images/VolumeDown.png</file>
+ <file>qml/QtDemo/demos/video/images/VolumeUp.png</file>
+ <file>qml/QtDemo/demos/video/qt5_video_jens.png</file>
+ <file>qml/QtDemo/demos/video/qt5_video_kenneth.png</file>
+ <file>qml/QtDemo/demos/video/qt5_video_lars.png</file>
+ <file>qml/QtDemo/demos/video/qt5_video_samuel.png</file>
+ <file>qml/QtDemo/demos/video/qt5_video_simon.png</file>
+ <file>qml/QtDemo/demos/video/qt5_video_thiago.png</file>
+ <file>qml/QtDemo/demos/shaders/shaders/billboard.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/blackandwhite.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/emboss.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/gaussianblur_h.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/gaussianblur_v.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/glow.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/isolate.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/pixelate.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/posterize.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/ripple.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/selectionpanel.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/sepia.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/sharpen.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/shockwave.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/sobeledgedetection1.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/toon.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/vignette.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/warhol.fsh</file>
+ <file>qml/QtDemo/demos/shaders/shaders/wobble.fsh</file>
+ </qresource>
+</RCC>