centralize and fixup example sources install targets
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Thu, 29 Nov 2012 15:02:34 +0000 (16:02 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 10 Dec 2012 17:16:48 +0000 (18:16 +0100)
follow respective change in qtbase

Change-Id: I27502eb7ebea973e19ec5f7c3ec0e2338556f6e0
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
628 files changed:
.qmake.conf
examples/demos/calqlatr/calqlatr.pro [deleted file]
examples/demos/demos.pro [deleted file]
examples/demos/maroon/maroon.pro [deleted file]
examples/demos/samegame/samegame.pro [deleted file]
examples/demos/stocqt/stocqt.pro [deleted file]
examples/demos/tweetsearch/tweetsearch.pro [deleted file]
examples/examples.pro
examples/localstorage/localstorage.pro [deleted file]
examples/localstorage/localstorage/localstorage.pro [deleted file]
examples/particles/affectors/affectors.pro [deleted file]
examples/particles/customparticle/customparticle.pro [deleted file]
examples/particles/emitters/emitters.pro [deleted file]
examples/particles/imageparticle/imageparticle.pro [deleted file]
examples/particles/system/system.pro [deleted file]
examples/qml/imageprovider/imageprovider.pro
examples/qml/networkaccessmanagerfactory/networkaccessmanagerfactory.pro
examples/qml/plugins/plugins.pro
examples/qml/qml.pro
examples/qml/referenceexamples/adding/adding.pro
examples/qml/referenceexamples/attached/attached.pro
examples/qml/referenceexamples/binding/binding.pro
examples/qml/referenceexamples/coercion/coercion.pro
examples/qml/referenceexamples/default/default.pro
examples/qml/referenceexamples/extended/extended.pro
examples/qml/referenceexamples/grouped/grouped.pro
examples/qml/referenceexamples/methods/methods.pro
examples/qml/referenceexamples/properties/properties.pro
examples/qml/referenceexamples/referenceexamples.pro
examples/qml/referenceexamples/signal/signal.pro
examples/qml/referenceexamples/valuesource/valuesource.pro
examples/qml/shell/shell.pro
examples/qml/xmlhttprequest/main.cpp
examples/qml/xmlhttprequest/xmlhttprequest.pro
examples/qml/xmlhttprequest/xmlhttprequest.qml
examples/qmltest/qmltest/qmltest.pro
examples/quick/accessibility/accessibility.pro
examples/quick/accessibility/main.cpp
examples/quick/animation/animation.pro
examples/quick/animation/animation.qml
examples/quick/animation/main.cpp
examples/quick/canvas/canvas.pro
examples/quick/canvas/canvas.qml
examples/quick/canvas/main.cpp
examples/quick/customitems/customitems.pro
examples/quick/customitems/maskedmousearea/maskedmousearea.pro
examples/quick/customitems/painteditem/painteditem.pro
examples/quick/demos/calqlatr/calqlatr.pro [new file with mode: 0644]
examples/quick/demos/calqlatr/calqlatr.qml [moved from examples/demos/calqlatr/calqlatr.qml with 100% similarity]
examples/quick/demos/calqlatr/calqlatr.qmlproject [moved from examples/demos/calqlatr/calqlatr.qmlproject with 100% similarity]
examples/quick/demos/calqlatr/content/Button.qml [moved from examples/demos/calqlatr/content/Button.qml with 100% similarity]
examples/quick/demos/calqlatr/content/Display.qml [moved from examples/demos/calqlatr/content/Display.qml with 100% similarity]
examples/quick/demos/calqlatr/content/NumberPad.qml [moved from examples/demos/calqlatr/content/NumberPad.qml with 100% similarity]
examples/quick/demos/calqlatr/content/StyleLabel.qml [moved from examples/demos/calqlatr/content/StyleLabel.qml with 100% similarity]
examples/quick/demos/calqlatr/content/audio/touch.wav [moved from examples/demos/calqlatr/content/audio/touch.wav with 100% similarity]
examples/quick/demos/calqlatr/content/calculator.js [moved from examples/demos/calqlatr/content/calculator.js with 100% similarity]
examples/quick/demos/calqlatr/content/images/icon-back.png [moved from examples/demos/calqlatr/content/images/icon-back.png with 100% similarity]
examples/quick/demos/calqlatr/content/images/icon-close.png [moved from examples/demos/calqlatr/content/images/icon-close.png with 100% similarity]
examples/quick/demos/calqlatr/content/images/icon-settings.png [moved from examples/demos/calqlatr/content/images/icon-settings.png with 100% similarity]
examples/quick/demos/calqlatr/content/images/logo.png [moved from examples/demos/calqlatr/content/images/logo.png with 100% similarity]
examples/quick/demos/calqlatr/content/images/paper-edge-left.png [moved from examples/demos/calqlatr/content/images/paper-edge-left.png with 100% similarity]
examples/quick/demos/calqlatr/content/images/paper-edge-right.png [moved from examples/demos/calqlatr/content/images/paper-edge-right.png with 100% similarity]
examples/quick/demos/calqlatr/content/images/paper-grip.png [moved from examples/demos/calqlatr/content/images/paper-grip.png with 100% similarity]
examples/quick/demos/calqlatr/content/images/settings-selected-a.png [moved from examples/demos/calqlatr/content/images/settings-selected-a.png with 100% similarity]
examples/quick/demos/calqlatr/content/images/settings-selected-b.png [moved from examples/demos/calqlatr/content/images/settings-selected-b.png with 100% similarity]
examples/quick/demos/calqlatr/content/images/touch-green.png [moved from examples/demos/calqlatr/content/images/touch-green.png with 100% similarity]
examples/quick/demos/calqlatr/content/images/touch-white.png [moved from examples/demos/calqlatr/content/images/touch-white.png with 100% similarity]
examples/quick/demos/calqlatr/doc/images/qml-calqlatr-demo-small.png [moved from examples/demos/calqlatr/doc/images/qml-calqlatr-demo-small.png with 100% similarity]
examples/quick/demos/calqlatr/doc/src/calqlatr.qdoc [moved from examples/demos/calqlatr/doc/src/calqlatr.qdoc with 100% similarity]
examples/quick/demos/calqlatr/main.cpp [moved from examples/demos/calqlatr/main.cpp with 100% similarity]
examples/quick/demos/clocks/clocks.qml [moved from examples/demos/clocks/clocks.qml with 100% similarity]
examples/quick/demos/clocks/content/Clock.qml [moved from examples/demos/clocks/content/Clock.qml with 100% similarity]
examples/quick/demos/clocks/content/arrow.png [moved from examples/demos/clocks/content/arrow.png with 100% similarity]
examples/quick/demos/clocks/content/background.png [moved from examples/demos/clocks/content/background.png with 100% similarity]
examples/quick/demos/clocks/content/center.png [moved from examples/demos/clocks/content/center.png with 100% similarity]
examples/quick/demos/clocks/content/clock-night.png [moved from examples/demos/clocks/content/clock-night.png with 100% similarity]
examples/quick/demos/clocks/content/clock.png [moved from examples/demos/clocks/content/clock.png with 100% similarity]
examples/quick/demos/clocks/content/hour.png [moved from examples/demos/clocks/content/hour.png with 100% similarity]
examples/quick/demos/clocks/content/minute.png [moved from examples/demos/clocks/content/minute.png with 100% similarity]
examples/quick/demos/clocks/content/quit.png [moved from examples/demos/clocks/content/quit.png with 100% similarity]
examples/quick/demos/clocks/content/second.png [moved from examples/demos/clocks/content/second.png with 100% similarity]
examples/quick/demos/demos.pro [new file with mode: 0644]
examples/quick/demos/maroon/content/BuildButton.qml [moved from examples/demos/maroon/content/BuildButton.qml with 100% similarity]
examples/quick/demos/maroon/content/GameCanvas.qml [moved from examples/demos/maroon/content/GameCanvas.qml with 100% similarity]
examples/quick/demos/maroon/content/GameOverScreen.qml [moved from examples/demos/maroon/content/GameOverScreen.qml with 100% similarity]
examples/quick/demos/maroon/content/InfoBar.qml [moved from examples/demos/maroon/content/InfoBar.qml with 100% similarity]
examples/quick/demos/maroon/content/NewGameScreen.qml [moved from examples/demos/maroon/content/NewGameScreen.qml with 100% similarity]
examples/quick/demos/maroon/content/SoundEffect.qml [moved from examples/demos/maroon/content/SoundEffect.qml with 100% similarity]
examples/quick/demos/maroon/content/audio/bomb-action.wav [moved from examples/demos/maroon/content/audio/bomb-action.wav with 100% similarity]
examples/quick/demos/maroon/content/audio/catch-action.wav [moved from examples/demos/maroon/content/audio/catch-action.wav with 100% similarity]
examples/quick/demos/maroon/content/audio/catch.wav [moved from examples/demos/maroon/content/audio/catch.wav with 100% similarity]
examples/quick/demos/maroon/content/audio/currency.wav [moved from examples/demos/maroon/content/audio/currency.wav with 100% similarity]
examples/quick/demos/maroon/content/audio/factory-action.wav [moved from examples/demos/maroon/content/audio/factory-action.wav with 100% similarity]
examples/quick/demos/maroon/content/audio/melee-action.wav [moved from examples/demos/maroon/content/audio/melee-action.wav with 100% similarity]
examples/quick/demos/maroon/content/audio/projectile-action.wav [moved from examples/demos/maroon/content/audio/projectile-action.wav with 100% similarity]
examples/quick/demos/maroon/content/audio/shooter-action.wav [moved from examples/demos/maroon/content/audio/shooter-action.wav with 100% similarity]
examples/quick/demos/maroon/content/gfx/background.png [moved from examples/demos/maroon/content/gfx/background.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/bomb-action.png [moved from examples/demos/maroon/content/gfx/bomb-action.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/bomb-idle.png [moved from examples/demos/maroon/content/gfx/bomb-idle.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/bomb.png [moved from examples/demos/maroon/content/gfx/bomb.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/button-help.png [moved from examples/demos/maroon/content/gfx/button-help.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/button-play.png [moved from examples/demos/maroon/content/gfx/button-play.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/catch-action.png [moved from examples/demos/maroon/content/gfx/catch-action.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/catch.png [moved from examples/demos/maroon/content/gfx/catch.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/cloud.png [moved from examples/demos/maroon/content/gfx/cloud.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/currency.png [moved from examples/demos/maroon/content/gfx/currency.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/dialog-bomb.png [moved from examples/demos/maroon/content/gfx/dialog-bomb.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/dialog-factory.png [moved from examples/demos/maroon/content/gfx/dialog-factory.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/dialog-melee.png [moved from examples/demos/maroon/content/gfx/dialog-melee.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/dialog-pointer.png [moved from examples/demos/maroon/content/gfx/dialog-pointer.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/dialog-shooter.png [moved from examples/demos/maroon/content/gfx/dialog-shooter.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/dialog.png [moved from examples/demos/maroon/content/gfx/dialog.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/factory-action.png [moved from examples/demos/maroon/content/gfx/factory-action.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/factory-idle.png [moved from examples/demos/maroon/content/gfx/factory-idle.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/factory.png [moved from examples/demos/maroon/content/gfx/factory.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/grid.png [moved from examples/demos/maroon/content/gfx/grid.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/help.png [moved from examples/demos/maroon/content/gfx/help.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/lifes.png [moved from examples/demos/maroon/content/gfx/lifes.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/logo-bubble.png [moved from examples/demos/maroon/content/gfx/logo-bubble.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/logo-fish.png [moved from examples/demos/maroon/content/gfx/logo-fish.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/logo.png [moved from examples/demos/maroon/content/gfx/logo.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/melee-action.png [moved from examples/demos/maroon/content/gfx/melee-action.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/melee-idle.png [moved from examples/demos/maroon/content/gfx/melee-idle.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/melee.png [moved from examples/demos/maroon/content/gfx/melee.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/mob-idle.png [moved from examples/demos/maroon/content/gfx/mob-idle.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/mob.png [moved from examples/demos/maroon/content/gfx/mob.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/points.png [moved from examples/demos/maroon/content/gfx/points.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/projectile-action.png [moved from examples/demos/maroon/content/gfx/projectile-action.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/projectile.png [moved from examples/demos/maroon/content/gfx/projectile.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/scores.png [moved from examples/demos/maroon/content/gfx/scores.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/shooter-action.png [moved from examples/demos/maroon/content/gfx/shooter-action.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/shooter-idle.png [moved from examples/demos/maroon/content/gfx/shooter-idle.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/shooter.png [moved from examples/demos/maroon/content/gfx/shooter.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/sunlight.png [moved from examples/demos/maroon/content/gfx/sunlight.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/text-1.png [moved from examples/demos/maroon/content/gfx/text-1.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/text-2.png [moved from examples/demos/maroon/content/gfx/text-2.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/text-3.png [moved from examples/demos/maroon/content/gfx/text-3.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/text-blank.png [moved from examples/demos/maroon/content/gfx/text-blank.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/text-gameover.png [moved from examples/demos/maroon/content/gfx/text-gameover.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/text-go.png [moved from examples/demos/maroon/content/gfx/text-go.png with 100% similarity]
examples/quick/demos/maroon/content/gfx/wave.png [moved from examples/demos/maroon/content/gfx/wave.png with 100% similarity]
examples/quick/demos/maroon/content/logic.js [moved from examples/demos/maroon/content/logic.js with 100% similarity]
examples/quick/demos/maroon/content/mobs/MobBase.qml [moved from examples/demos/maroon/content/mobs/MobBase.qml with 100% similarity]
examples/quick/demos/maroon/content/towers/Bomb.qml [moved from examples/demos/maroon/content/towers/Bomb.qml with 100% similarity]
examples/quick/demos/maroon/content/towers/Factory.qml [moved from examples/demos/maroon/content/towers/Factory.qml with 100% similarity]
examples/quick/demos/maroon/content/towers/Melee.qml [moved from examples/demos/maroon/content/towers/Melee.qml with 100% similarity]
examples/quick/demos/maroon/content/towers/Ranged.qml [moved from examples/demos/maroon/content/towers/Ranged.qml with 100% similarity]
examples/quick/demos/maroon/content/towers/TowerBase.qml [moved from examples/demos/maroon/content/towers/TowerBase.qml with 100% similarity]
examples/quick/demos/maroon/main.cpp [moved from examples/demos/maroon/main.cpp with 100% similarity]
examples/quick/demos/maroon/maroon.pro [new file with mode: 0644]
examples/quick/demos/maroon/maroon.qml [moved from examples/demos/maroon/maroon.qml with 100% similarity]
examples/quick/demos/maroon/maroon.qmlproject [moved from examples/demos/maroon/maroon.qmlproject with 100% similarity]
examples/quick/demos/photoviewer/PhotoViewerCore/AlbumDelegate.qml [moved from examples/demos/photoviewer/PhotoViewerCore/AlbumDelegate.qml with 100% similarity]
examples/quick/demos/photoviewer/PhotoViewerCore/BusyIndicator.qml [moved from examples/demos/photoviewer/PhotoViewerCore/BusyIndicator.qml with 100% similarity]
examples/quick/demos/photoviewer/PhotoViewerCore/Button.qml [moved from examples/demos/photoviewer/PhotoViewerCore/Button.qml with 100% similarity]
examples/quick/demos/photoviewer/PhotoViewerCore/EditableButton.qml [moved from examples/demos/photoviewer/PhotoViewerCore/EditableButton.qml with 100% similarity]
examples/quick/demos/photoviewer/PhotoViewerCore/PhotoDelegate.qml [moved from examples/demos/photoviewer/PhotoViewerCore/PhotoDelegate.qml with 100% similarity]
examples/quick/demos/photoviewer/PhotoViewerCore/ProgressBar.qml [moved from examples/demos/photoviewer/PhotoViewerCore/ProgressBar.qml with 100% similarity]
examples/quick/demos/photoviewer/PhotoViewerCore/RssModel.qml [moved from examples/demos/photoviewer/PhotoViewerCore/RssModel.qml with 100% similarity]
examples/quick/demos/photoviewer/PhotoViewerCore/Tag.qml [moved from examples/demos/photoviewer/PhotoViewerCore/Tag.qml with 100% similarity]
examples/quick/demos/photoviewer/PhotoViewerCore/images/box-shadow.png [moved from examples/demos/photoviewer/PhotoViewerCore/images/box-shadow.png with 100% similarity]
examples/quick/demos/photoviewer/PhotoViewerCore/images/busy.png [moved from examples/demos/rssnews/content/images/busy.png with 100% similarity]
examples/quick/demos/photoviewer/PhotoViewerCore/images/cardboard.png [moved from examples/demos/photoviewer/PhotoViewerCore/images/cardboard.png with 100% similarity]
examples/quick/demos/photoviewer/PhotoViewerCore/qmldir [moved from examples/demos/photoviewer/PhotoViewerCore/qmldir with 100% similarity]
examples/quick/demos/photoviewer/PhotoViewerCore/script/script.js [moved from examples/particles/itemparticle/content/script.js with 100% similarity]
examples/quick/demos/photoviewer/i18n/base.ts [moved from examples/demos/photoviewer/i18n/base.ts with 100% similarity]
examples/quick/demos/photoviewer/i18n/qml_fr.qm [moved from examples/demos/photoviewer/i18n/qml_fr.qm with 100% similarity]
examples/quick/demos/photoviewer/i18n/qml_fr.ts [moved from examples/demos/photoviewer/i18n/qml_fr.ts with 100% similarity]
examples/quick/demos/photoviewer/photoviewer.qml [moved from examples/demos/photoviewer/photoviewer.qml with 100% similarity]
examples/quick/demos/photoviewer/photoviewer.qmlproject [moved from examples/demos/photoviewer/photoviewer.qmlproject with 100% similarity]
examples/quick/demos/rssnews/content/BusyIndicator.qml [moved from examples/demos/rssnews/content/BusyIndicator.qml with 100% similarity]
examples/quick/demos/rssnews/content/CategoryDelegate.qml [moved from examples/demos/rssnews/content/CategoryDelegate.qml with 100% similarity]
examples/quick/demos/rssnews/content/NewsDelegate.qml [moved from examples/demos/rssnews/content/NewsDelegate.qml with 100% similarity]
examples/quick/demos/rssnews/content/RssFeeds.qml [moved from examples/demos/rssnews/content/RssFeeds.qml with 100% similarity]
examples/quick/demos/rssnews/content/ScrollBar.qml [moved from examples/demos/rssnews/content/ScrollBar.qml with 100% similarity]
examples/quick/demos/rssnews/content/images/busy.png [moved from examples/demos/photoviewer/PhotoViewerCore/images/busy.png with 100% similarity]
examples/quick/demos/rssnews/content/images/scrollbar.png [moved from examples/demos/rssnews/content/images/scrollbar.png with 100% similarity]
examples/quick/demos/rssnews/rssnews.qml [moved from examples/demos/rssnews/rssnews.qml with 100% similarity]
examples/quick/demos/rssnews/rssnews.qmlproject [moved from examples/demos/rssnews/rssnews.qmlproject with 100% similarity]
examples/quick/demos/samegame/content/Block.qml [moved from examples/demos/samegame/content/Block.qml with 100% similarity]
examples/quick/demos/samegame/content/BlockEmitter.qml [moved from examples/demos/samegame/content/BlockEmitter.qml with 100% similarity]
examples/quick/demos/samegame/content/Button.qml [moved from examples/demos/samegame/content/Button.qml with 100% similarity]
examples/quick/demos/samegame/content/GameArea.qml [moved from examples/demos/samegame/content/GameArea.qml with 100% similarity]
examples/quick/demos/samegame/content/LogoAnimation.qml [moved from examples/demos/samegame/content/LogoAnimation.qml with 100% similarity]
examples/quick/demos/samegame/content/MenuEmitter.qml [moved from examples/demos/samegame/content/MenuEmitter.qml with 100% similarity]
examples/quick/demos/samegame/content/PaintEmitter.qml [moved from examples/demos/samegame/content/PaintEmitter.qml with 100% similarity]
examples/quick/demos/samegame/content/PrimaryPack.qml [moved from examples/demos/samegame/content/PrimaryPack.qml with 100% similarity]
examples/quick/demos/samegame/content/PuzzleBlock.qml [moved from examples/demos/samegame/content/PuzzleBlock.qml with 100% similarity]
examples/quick/demos/samegame/content/SamegameText.qml [moved from examples/demos/samegame/content/SamegameText.qml with 100% similarity]
examples/quick/demos/samegame/content/SimpleBlock.qml [moved from examples/demos/samegame/content/SimpleBlock.qml with 100% similarity]
examples/quick/demos/samegame/content/SmokeText.qml [moved from examples/demos/samegame/content/SmokeText.qml with 100% similarity]
examples/quick/demos/samegame/content/gfx/background-puzzle.png [moved from examples/demos/samegame/content/gfx/background-puzzle.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/background.png [moved from examples/demos/samegame/content/gfx/background.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/bar.png [moved from examples/demos/samegame/content/gfx/bar.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/blue-puzzle.png [moved from examples/demos/samegame/content/gfx/blue-puzzle.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/blue.png [moved from examples/demos/samegame/content/gfx/blue.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/bubble-highscore.png [moved from examples/demos/samegame/content/gfx/bubble-highscore.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/bubble-puzzle.png [moved from examples/demos/samegame/content/gfx/bubble-puzzle.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/but-game-1.png [moved from examples/demos/samegame/content/gfx/but-game-1.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/but-game-2.png [moved from examples/demos/samegame/content/gfx/but-game-2.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/but-game-3.png [moved from examples/demos/samegame/content/gfx/but-game-3.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/but-game-4.png [moved from examples/demos/samegame/content/gfx/but-game-4.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/but-game-new.png [moved from examples/demos/samegame/content/gfx/but-game-new.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/but-menu.png [moved from examples/demos/samegame/content/gfx/but-menu.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/but-puzzle-next.png [moved from examples/demos/samegame/content/gfx/but-puzzle-next.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/but-quit.png [moved from examples/demos/samegame/content/gfx/but-quit.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/green-puzzle.png [moved from examples/demos/samegame/content/gfx/green-puzzle.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/green.png [moved from examples/demos/samegame/content/gfx/green.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/icon-fail.png [moved from examples/demos/samegame/content/gfx/icon-fail.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/icon-ok.png [moved from examples/demos/samegame/content/gfx/icon-ok.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/icon-time.png [moved from examples/demos/samegame/content/gfx/icon-time.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/logo-a.png [moved from examples/demos/samegame/content/gfx/logo-a.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/logo-e.png [moved from examples/demos/samegame/content/gfx/logo-e.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/logo-g.png [moved from examples/demos/samegame/content/gfx/logo-g.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/logo-m.png [moved from examples/demos/samegame/content/gfx/logo-m.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/logo-s.png [moved from examples/demos/samegame/content/gfx/logo-s.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/logo.png [moved from examples/demos/samegame/content/gfx/logo.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/particle-brick.png [moved from examples/demos/samegame/content/gfx/particle-brick.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/particle-paint.png [moved from examples/demos/samegame/content/gfx/particle-paint.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/particle-smoke.png [moved from examples/demos/samegame/content/gfx/particle-smoke.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/red-puzzle.png [moved from examples/demos/samegame/content/gfx/red-puzzle.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/red.png [moved from examples/demos/samegame/content/gfx/red.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/text-highscore-new.png [moved from examples/demos/samegame/content/gfx/text-highscore-new.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/text-highscore.png [moved from examples/demos/samegame/content/gfx/text-highscore.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/text-no-winner.png [moved from examples/demos/samegame/content/gfx/text-no-winner.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/text-p1-go.png [moved from examples/demos/samegame/content/gfx/text-p1-go.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/text-p1-won.png [moved from examples/demos/samegame/content/gfx/text-p1-won.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/text-p1.png [moved from examples/demos/samegame/content/gfx/text-p1.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/text-p2-go.png [moved from examples/demos/samegame/content/gfx/text-p2-go.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/text-p2-won.png [moved from examples/demos/samegame/content/gfx/text-p2-won.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/text-p2.png [moved from examples/demos/samegame/content/gfx/text-p2.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/yellow-puzzle.png [moved from examples/demos/samegame/content/gfx/yellow-puzzle.png with 100% similarity]
examples/quick/demos/samegame/content/gfx/yellow.png [moved from examples/demos/samegame/content/gfx/yellow.png with 100% similarity]
examples/quick/demos/samegame/content/levels/TemplateBase.qml [moved from examples/demos/samegame/content/levels/TemplateBase.qml with 100% similarity]
examples/quick/demos/samegame/content/levels/level0.qml [moved from examples/demos/samegame/content/levels/level0.qml with 100% similarity]
examples/quick/demos/samegame/content/levels/level1.qml [moved from examples/demos/samegame/content/levels/level1.qml with 100% similarity]
examples/quick/demos/samegame/content/levels/level2.qml [moved from examples/demos/samegame/content/levels/level2.qml with 100% similarity]
examples/quick/demos/samegame/content/levels/level3.qml [moved from examples/demos/samegame/content/levels/level3.qml with 100% similarity]
examples/quick/demos/samegame/content/levels/level4.qml [moved from examples/demos/samegame/content/levels/level4.qml with 100% similarity]
examples/quick/demos/samegame/content/levels/level5.qml [moved from examples/demos/samegame/content/levels/level5.qml with 100% similarity]
examples/quick/demos/samegame/content/levels/level6.qml [moved from examples/demos/samegame/content/levels/level6.qml with 100% similarity]
examples/quick/demos/samegame/content/levels/level7.qml [moved from examples/demos/samegame/content/levels/level7.qml with 100% similarity]
examples/quick/demos/samegame/content/levels/level8.qml [moved from examples/demos/samegame/content/levels/level8.qml with 100% similarity]
examples/quick/demos/samegame/content/levels/level9.qml [moved from examples/demos/samegame/content/levels/level9.qml with 100% similarity]
examples/quick/demos/samegame/content/samegame.js [moved from examples/demos/samegame/content/samegame.js with 100% similarity]
examples/quick/demos/samegame/main.cpp [moved from examples/demos/samegame/main.cpp with 100% similarity]
examples/quick/demos/samegame/samegame.pro [new file with mode: 0644]
examples/quick/demos/samegame/samegame.qml [moved from examples/demos/samegame/samegame.qml with 100% similarity]
examples/quick/demos/samegame/samegame.qmlproject [moved from examples/demos/samegame/samegame.qmlproject with 100% similarity]
examples/quick/demos/samegame/settings.js [moved from examples/demos/samegame/settings.js with 100% similarity]
examples/quick/demos/stocqt/content/Button.qml [moved from examples/demos/stocqt/content/Button.qml with 100% similarity]
examples/quick/demos/stocqt/content/DatePicker.qml [moved from examples/demos/stocqt/content/DatePicker.qml with 100% similarity]
examples/quick/demos/stocqt/content/StockChart.qml [moved from examples/demos/stocqt/content/StockChart.qml with 100% similarity]
examples/quick/demos/stocqt/content/StockListModel.qml [moved from examples/demos/stocqt/content/StockListModel.qml with 100% similarity]
examples/quick/demos/stocqt/content/StockListView.qml [moved from examples/demos/stocqt/content/StockListView.qml with 100% similarity]
examples/quick/demos/stocqt/content/StockModel.qml [moved from examples/demos/stocqt/content/StockModel.qml with 100% similarity]
examples/quick/demos/stocqt/content/StockSettings.qml [moved from examples/demos/stocqt/content/StockSettings.qml with 100% similarity]
examples/quick/demos/stocqt/content/StockView.qml [moved from examples/demos/stocqt/content/StockView.qml with 100% similarity]
examples/quick/demos/stocqt/content/images/icon-calendar-anim.png [moved from examples/demos/stocqt/content/images/icon-calendar-anim.png with 100% similarity]
examples/quick/demos/stocqt/content/images/icon-calendar.png [moved from examples/demos/stocqt/content/images/icon-calendar.png with 100% similarity]
examples/quick/demos/stocqt/content/images/icon-items.png [moved from examples/demos/stocqt/content/images/icon-items.png with 100% similarity]
examples/quick/demos/stocqt/content/images/icon-settings.png [moved from examples/demos/stocqt/content/images/icon-settings.png with 100% similarity]
examples/quick/demos/stocqt/content/images/logo.png [moved from examples/demos/stocqt/content/images/logo.png with 100% similarity]
examples/quick/demos/stocqt/content/images/stock-selected.png [moved from examples/demos/stocqt/content/images/stock-selected.png with 100% similarity]
examples/quick/demos/stocqt/content/images/wheel-touch.png [moved from examples/demos/stocqt/content/images/wheel-touch.png with 100% similarity]
examples/quick/demos/stocqt/content/images/wheel.png [moved from examples/demos/stocqt/content/images/wheel.png with 100% similarity]
examples/quick/demos/stocqt/main.cpp [moved from examples/demos/stocqt/main.cpp with 100% similarity]
examples/quick/demos/stocqt/stocqt.pro [new file with mode: 0644]
examples/quick/demos/stocqt/stocqt.qml [moved from examples/demos/stocqt/stocqt.qml with 100% similarity]
examples/quick/demos/stocqt/stocqt.qmlproject [moved from examples/demos/stocqt/stocqt.qmlproject with 100% similarity]
examples/quick/demos/tweetsearch/content/FlipBar.qml [moved from examples/demos/tweetsearch/content/FlipBar.qml with 100% similarity]
examples/quick/demos/tweetsearch/content/LineInput.qml [moved from examples/demos/tweetsearch/content/LineInput.qml with 100% similarity]
examples/quick/demos/tweetsearch/content/ListFooter.qml [moved from examples/demos/tweetsearch/content/ListFooter.qml with 100% similarity]
examples/quick/demos/tweetsearch/content/ListHeader.qml [moved from examples/demos/tweetsearch/content/ListHeader.qml with 100% similarity]
examples/quick/demos/tweetsearch/content/SearchDelegate.qml [moved from examples/demos/tweetsearch/content/SearchDelegate.qml with 100% similarity]
examples/quick/demos/tweetsearch/content/TweetDelegate.qml [moved from examples/demos/tweetsearch/content/TweetDelegate.qml with 100% similarity]
examples/quick/demos/tweetsearch/content/TweetsModel.qml [moved from examples/demos/tweetsearch/content/TweetsModel.qml with 100% similarity]
examples/quick/demos/tweetsearch/content/resources/anonymous.png [moved from examples/demos/tweetsearch/content/resources/anonymous.png with 100% similarity]
examples/quick/demos/tweetsearch/content/resources/bird-anim-sprites.png [moved from examples/demos/tweetsearch/content/resources/bird-anim-sprites.png with 100% similarity]
examples/quick/demos/tweetsearch/content/resources/icon-clear.png [moved from examples/demos/tweetsearch/content/resources/icon-clear.png with 100% similarity]
examples/quick/demos/tweetsearch/content/resources/icon-loading.png [moved from examples/demos/tweetsearch/content/resources/icon-loading.png with 100% similarity]
examples/quick/demos/tweetsearch/content/resources/icon-refresh.png [moved from examples/demos/tweetsearch/content/resources/icon-refresh.png with 100% similarity]
examples/quick/demos/tweetsearch/content/resources/icon-search.png [moved from examples/demos/tweetsearch/content/resources/icon-search.png with 100% similarity]
examples/quick/demos/tweetsearch/content/tweetsearch.js [moved from examples/demos/tweetsearch/content/tweetsearch.js with 100% similarity]
examples/quick/demos/tweetsearch/main.cpp [moved from examples/demos/tweetsearch/main.cpp with 100% similarity]
examples/quick/demos/tweetsearch/tweetsearch.pro [new file with mode: 0644]
examples/quick/demos/tweetsearch/tweetsearch.qml [moved from examples/demos/tweetsearch/tweetsearch.qml with 100% similarity]
examples/quick/demos/tweetsearch/tweetsearch.qmlproject [moved from examples/demos/tweetsearch/tweetsearch.qmlproject with 100% similarity]
examples/quick/draganddrop/draganddrop.pro
examples/quick/draganddrop/draganddrop.qml
examples/quick/draganddrop/main.cpp
examples/quick/imageelements/imageelements.pro
examples/quick/imageelements/imageelements.qml
examples/quick/imageelements/main.cpp
examples/quick/keyinteraction/keyinteraction.pro
examples/quick/keyinteraction/keyinteraction.qml
examples/quick/keyinteraction/main.cpp
examples/quick/localstorage/doc/src/localstorage.qdoc [moved from examples/localstorage/doc/src/localstorage.qdoc with 100% similarity]
examples/quick/localstorage/localstorage.pro [new file with mode: 0644]
examples/quick/localstorage/localstorage/hello.qml [moved from examples/localstorage/localstorage/hello.qml with 100% similarity]
examples/quick/localstorage/localstorage/localstorage.pro [new file with mode: 0644]
examples/quick/localstorage/localstorage/localstorage.qml [moved from examples/localstorage/localstorage/localstorage.qml with 100% similarity]
examples/quick/localstorage/localstorage/localstorage.qmlproject [moved from examples/localstorage/localstorage/localstorage.qmlproject with 100% similarity]
examples/quick/localstorage/localstorage/main.cpp [moved from examples/localstorage/localstorage/main.cpp with 100% similarity]
examples/quick/modelviews/browser.prx [new file with mode: 0644]
examples/quick/modelviews/main.cpp
examples/quick/modelviews/modelviews.pro
examples/quick/modelviews/modelviews.qml
examples/quick/mousearea/main.cpp
examples/quick/mousearea/mousearea.pro
examples/quick/particles/affectors/affectors.pro [new file with mode: 0644]
examples/quick/particles/affectors/affectors.qml [moved from examples/particles/affectors/affectors.qml with 100% similarity]
examples/quick/particles/affectors/affectors.qmlproject [moved from examples/particles/affectors/affectors.qmlproject with 100% similarity]
examples/quick/particles/affectors/content/GreyButton.qml [moved from examples/particles/affectors/content/GreyButton.qml with 100% similarity]
examples/quick/particles/affectors/content/age.qml [moved from examples/particles/affectors/content/age.qml with 100% similarity]
examples/quick/particles/affectors/content/attractor.qml [moved from examples/particles/affectors/content/attractor.qml with 100% similarity]
examples/quick/particles/affectors/content/customaffector.qml [moved from examples/particles/affectors/content/customaffector.qml with 100% similarity]
examples/quick/particles/affectors/content/friction.qml [moved from examples/particles/affectors/content/friction.qml with 100% similarity]
examples/quick/particles/affectors/content/gravity.qml [moved from examples/particles/affectors/content/gravity.qml with 100% similarity]
examples/quick/particles/affectors/content/groupgoal.qml [moved from examples/particles/affectors/content/groupgoal.qml with 100% similarity]
examples/quick/particles/affectors/content/move.qml [moved from examples/particles/affectors/content/move.qml with 100% similarity]
examples/quick/particles/affectors/content/spritegoal.qml [moved from examples/particles/affectors/content/spritegoal.qml with 100% similarity]
examples/quick/particles/affectors/content/turbulence.qml [moved from examples/particles/affectors/content/turbulence.qml with 100% similarity]
examples/quick/particles/affectors/content/wander.qml [moved from examples/particles/affectors/content/wander.qml with 100% similarity]
examples/quick/particles/affectors/doc/images/qml-affectors-example.png [moved from examples/particles/affectors/doc/images/qml-affectors-example.png with 100% similarity]
examples/quick/particles/affectors/doc/src/affectors.qdoc [moved from examples/particles/affectors/doc/src/affectors.qdoc with 100% similarity]
examples/quick/particles/affectors/main.cpp [moved from examples/particles/affectors/main.cpp with 100% similarity]
examples/quick/particles/customparticle/content/blurparticles.qml [moved from examples/particles/customparticle/content/blurparticles.qml with 100% similarity]
examples/quick/particles/customparticle/content/fragmentshader.qml [moved from examples/particles/customparticle/content/fragmentshader.qml with 100% similarity]
examples/quick/particles/customparticle/content/imagecolors.qml [moved from examples/particles/customparticle/content/imagecolors.qml with 100% similarity]
examples/quick/particles/customparticle/customparticle.pro [new file with mode: 0644]
examples/quick/particles/customparticle/customparticle.qml [moved from examples/particles/customparticle/customparticle.qml with 100% similarity]
examples/quick/particles/customparticle/customparticle.qmlproject [moved from examples/particles/customparticle/customparticle.qmlproject with 100% similarity]
examples/quick/particles/customparticle/doc/images/qml-customparticle-example.png [moved from examples/particles/customparticle/doc/images/qml-customparticle-example.png with 100% similarity]
examples/quick/particles/customparticle/doc/src/customparticle.qdoc [moved from examples/particles/customparticle/doc/src/customparticle.qdoc with 100% similarity]
examples/quick/particles/customparticle/main.cpp [moved from examples/particles/customparticle/main.cpp with 100% similarity]
examples/quick/particles/emitters/content/burstandpulse.qml [moved from examples/particles/emitters/content/burstandpulse.qml with 100% similarity]
examples/quick/particles/emitters/content/customemitter.qml [moved from examples/particles/emitters/content/customemitter.qml with 100% similarity]
examples/quick/particles/emitters/content/emitmask.qml [moved from examples/particles/emitters/content/emitmask.qml with 100% similarity]
examples/quick/particles/emitters/content/maximumemitted.qml [moved from examples/particles/emitters/content/maximumemitted.qml with 100% similarity]
examples/quick/particles/emitters/content/shapeanddirection.qml [moved from examples/particles/emitters/content/shapeanddirection.qml with 100% similarity]
examples/quick/particles/emitters/content/trailemitter.qml [moved from examples/particles/emitters/content/trailemitter.qml with 100% similarity]
examples/quick/particles/emitters/content/velocityfrommotion.qml [moved from examples/particles/emitters/content/velocityfrommotion.qml with 100% similarity]
examples/quick/particles/emitters/doc/images/qml-emitters-example.png [moved from examples/particles/emitters/doc/images/qml-emitters-example.png with 100% similarity]
examples/quick/particles/emitters/doc/src/emitters.qdoc [moved from examples/particles/emitters/doc/src/emitters.qdoc with 100% similarity]
examples/quick/particles/emitters/emitters.pro [new file with mode: 0644]
examples/quick/particles/emitters/emitters.qml [moved from examples/particles/emitters/emitters.qml with 100% similarity]
examples/quick/particles/emitters/emitters.qmlproject [moved from examples/particles/emitters/emitters.qmlproject with 100% similarity]
examples/quick/particles/emitters/main.cpp [moved from examples/particles/emitters/main.cpp with 100% similarity]
examples/quick/particles/imageparticle/content/allatonce.qml [moved from examples/particles/imageparticle/content/allatonce.qml with 100% similarity]
examples/quick/particles/imageparticle/content/colored.qml [moved from examples/particles/imageparticle/content/colored.qml with 100% similarity]
examples/quick/particles/imageparticle/content/colortable.qml [moved from examples/particles/imageparticle/content/colortable.qml with 100% similarity]
examples/quick/particles/imageparticle/content/deformation.qml [moved from examples/particles/imageparticle/content/deformation.qml with 100% similarity]
examples/quick/particles/imageparticle/content/rotation.qml [moved from examples/particles/imageparticle/content/rotation.qml with 100% similarity]
examples/quick/particles/imageparticle/content/sharing.qml [moved from examples/particles/imageparticle/content/sharing.qml with 100% similarity]
examples/quick/particles/imageparticle/content/sprites.qml [moved from examples/particles/imageparticle/content/sprites.qml with 100% similarity]
examples/quick/particles/imageparticle/doc/images/qml-imageparticle-example.png [moved from examples/particles/imageparticle/doc/images/qml-imageparticle-example.png with 100% similarity]
examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc [moved from examples/particles/imageparticle/doc/src/imageparticle.qdoc with 100% similarity]
examples/quick/particles/imageparticle/imageparticle.pro [new file with mode: 0644]
examples/quick/particles/imageparticle/imageparticle.qml [moved from examples/particles/imageparticle/imageparticle.qml with 100% similarity]
examples/quick/particles/imageparticle/imageparticle.qmlproject [moved from examples/particles/imageparticle/imageparticle.qmlproject with 100% similarity]
examples/quick/particles/imageparticle/main.cpp [moved from examples/particles/imageparticle/main.cpp with 100% similarity]
examples/quick/particles/images/_explo.png [moved from examples/particles/images/_explo.png with 100% similarity]
examples/quick/particles/images/backgroundLeaves.jpg [moved from examples/particles/images/backgroundLeaves.jpg with 100% similarity]
examples/quick/particles/images/bear_tiles.png [moved from examples/particles/images/bear_tiles.png with 100% similarity]
examples/quick/particles/images/candle.png [moved from examples/particles/images/candle.png with 100% similarity]
examples/quick/particles/images/colortable.png [moved from examples/particles/images/colortable.png with 100% similarity]
examples/quick/particles/images/finalfrontier.png [moved from examples/particles/images/finalfrontier.png with 100% similarity]
examples/quick/particles/images/flower.png [moved from examples/particles/images/flower.png with 100% similarity]
examples/quick/particles/images/matchmask.png [moved from examples/particles/images/matchmask.png with 100% similarity]
examples/quick/particles/images/meteor.png [moved from examples/particles/images/meteor.png with 100% similarity]
examples/quick/particles/images/meteor_explo.png [moved from examples/particles/images/meteor_explo.png with 100% similarity]
examples/quick/particles/images/meteors.png [moved from examples/particles/images/meteors.png with 100% similarity]
examples/quick/particles/images/nullRock.png [moved from examples/particles/images/nullRock.png with 100% similarity]
examples/quick/particles/images/particle.png [moved from examples/particles/images/particle.png with 100% similarity]
examples/quick/particles/images/particle2.png [moved from examples/particles/images/particle2.png with 100% similarity]
examples/quick/particles/images/particle3.png [moved from examples/particles/images/particle3.png with 100% similarity]
examples/quick/particles/images/particle4.png [moved from examples/particles/images/particle4.png with 100% similarity]
examples/quick/particles/images/particleA.png [moved from examples/particles/images/particleA.png with 100% similarity]
examples/quick/particles/images/portal_bg.png [moved from examples/particles/images/portal_bg.png with 100% similarity]
examples/quick/particles/images/realLeaf1.png [moved from examples/particles/images/realLeaf1.png with 100% similarity]
examples/quick/particles/images/realLeaf2.png [moved from examples/particles/images/realLeaf2.png with 100% similarity]
examples/quick/particles/images/realLeaf3.png [moved from examples/particles/images/realLeaf3.png with 100% similarity]
examples/quick/particles/images/realLeaf4.png [moved from examples/particles/images/realLeaf4.png with 100% similarity]
examples/quick/particles/images/rocket.png [moved from examples/particles/images/rocket.png with 100% similarity]
examples/quick/particles/images/rocket2.png [moved from examples/particles/images/rocket2.png with 100% similarity]
examples/quick/particles/images/sizeInOut.png [moved from examples/particles/images/sizeInOut.png with 100% similarity]
examples/quick/particles/images/snowflake.png [moved from examples/particles/images/snowflake.png with 100% similarity]
examples/quick/particles/images/sparkleSize.png [moved from examples/particles/images/sparkleSize.png with 100% similarity]
examples/quick/particles/images/star.png [moved from examples/particles/images/star.png with 100% similarity]
examples/quick/particles/images/starfish_0.png [moved from examples/particles/images/starfish_0.png with 100% similarity]
examples/quick/particles/images/starfish_1.png [moved from examples/particles/images/starfish_1.png with 100% similarity]
examples/quick/particles/images/starfish_2.png [moved from examples/particles/images/starfish_2.png with 100% similarity]
examples/quick/particles/images/starfish_3.png [moved from examples/particles/images/starfish_3.png with 100% similarity]
examples/quick/particles/images/starfish_4.png [moved from examples/particles/images/starfish_4.png with 100% similarity]
examples/quick/particles/images/starfish_mask.png [moved from examples/particles/images/starfish_mask.png with 100% similarity]
examples/quick/particles/itemparticle/content/Delegate.qml [moved from examples/particles/itemparticle/content/Delegate.qml with 100% similarity]
examples/quick/particles/itemparticle/content/Delegate2.qml [moved from examples/particles/itemparticle/content/Delegate2.qml with 100% similarity]
examples/quick/particles/itemparticle/content/ExpandingDelegate.qml [moved from examples/particles/itemparticle/content/ExpandingDelegate.qml with 100% similarity]
examples/quick/particles/itemparticle/content/RssModel.qml [moved from examples/particles/itemparticle/content/RssModel.qml with 100% similarity]
examples/quick/particles/itemparticle/content/bubble.png [moved from examples/particles/itemparticle/content/bubble.png with 100% similarity]
examples/quick/particles/itemparticle/content/script.js [moved from examples/demos/photoviewer/PhotoViewerCore/script/script.js with 100% similarity]
examples/quick/particles/itemparticle/delegates.qml [moved from examples/particles/itemparticle/delegates.qml with 100% similarity]
examples/quick/particles/itemparticle/particleview.qml [moved from examples/particles/itemparticle/particleview.qml with 100% similarity]
examples/quick/particles/particles.pro [moved from examples/particles/particles.pro with 54% similarity]
examples/quick/particles/system/content/dynamiccomparison.qml [moved from examples/particles/system/content/dynamiccomparison.qml with 100% similarity]
examples/quick/particles/system/content/dynamicemitters.qml [moved from examples/particles/system/content/dynamicemitters.qml with 100% similarity]
examples/quick/particles/system/content/multiplepainters.qml [moved from examples/particles/system/content/multiplepainters.qml with 100% similarity]
examples/quick/particles/system/content/startstop.qml [moved from examples/particles/system/content/startstop.qml with 100% similarity]
examples/quick/particles/system/content/timedgroupchanges.qml [moved from examples/particles/system/content/timedgroupchanges.qml with 100% similarity]
examples/quick/particles/system/doc/images/qml-system-example.png [moved from examples/particles/system/doc/images/qml-system-example.png with 100% similarity]
examples/quick/particles/system/doc/src/system.qdoc [moved from examples/particles/system/doc/src/system.qdoc with 100% similarity]
examples/quick/particles/system/main.cpp [moved from examples/particles/system/main.cpp with 100% similarity]
examples/quick/particles/system/system.pro [new file with mode: 0644]
examples/quick/particles/system/system.qml [moved from examples/particles/system/system.qml with 100% similarity]
examples/quick/particles/system/system.qmlproject [moved from examples/particles/system/system.qmlproject with 100% similarity]
examples/quick/positioners/main.cpp
examples/quick/positioners/positioners.pro
examples/quick/positioners/positioners.qml
examples/quick/quick.pro
examples/quick/righttoleft/main.cpp
examples/quick/righttoleft/righttoleft.pro
examples/quick/righttoleft/righttoleft.qml
examples/quick/scenegraph/customgeometry/customgeometry.pro
examples/quick/scenegraph/openglunderqml/openglunderqml.pro
examples/quick/scenegraph/scenegraph.pro
examples/quick/scenegraph/simplematerial/simplematerial.pro
examples/quick/shadereffects/main.cpp
examples/quick/shadereffects/shadereffects.pro
examples/quick/shared/Button.qml [moved from examples/shared/Button.qml with 100% similarity]
examples/quick/shared/LauncherList.qml [moved from examples/shared/LauncherList.qml with 100% similarity]
examples/quick/shared/README [moved from examples/shared/README with 100% similarity]
examples/quick/shared/SimpleLauncherDelegate.qml [moved from examples/shared/SimpleLauncherDelegate.qml with 100% similarity]
examples/quick/shared/images/back.png [moved from examples/shared/images/back.png with 100% similarity]
examples/quick/shared/qmldir [moved from examples/shared/qmldir with 100% similarity]
examples/quick/shared/shared.h [moved from examples/shared/shared.h with 100% similarity]
examples/quick/text/main.cpp
examples/quick/text/text.pro
examples/quick/text/text.qml
examples/quick/threading/main.cpp
examples/quick/threading/threading.pro
examples/quick/threading/threading.qml
examples/quick/touchinteraction/main.cpp
examples/quick/touchinteraction/touchinteraction.pro
examples/quick/touchinteraction/touchinteraction.qml
examples/quick/tutorials/dynamicview/dynamicview1/PetsModel.qml [moved from examples/tutorials/dynamicview/dynamicview1/PetsModel.qml with 100% similarity]
examples/quick/tutorials/dynamicview/dynamicview1/dynamicview.qml [moved from examples/tutorials/dynamicview/dynamicview1/dynamicview.qml with 100% similarity]
examples/quick/tutorials/dynamicview/dynamicview2/PetsModel.qml [moved from examples/tutorials/dynamicview/dynamicview4/PetsModel.qml with 100% similarity]
examples/quick/tutorials/dynamicview/dynamicview2/dynamicview.qml [moved from examples/tutorials/dynamicview/dynamicview2/dynamicview.qml with 100% similarity]
examples/quick/tutorials/dynamicview/dynamicview3/PetsModel.qml [moved from examples/tutorials/dynamicview/dynamicview3/PetsModel.qml with 100% similarity]
examples/quick/tutorials/dynamicview/dynamicview3/dynamicview.qml [moved from examples/tutorials/dynamicview/dynamicview3/dynamicview.qml with 100% similarity]
examples/quick/tutorials/dynamicview/dynamicview4/ListSelector.qml [moved from examples/tutorials/dynamicview/dynamicview4/ListSelector.qml with 100% similarity]
examples/quick/tutorials/dynamicview/dynamicview4/PetsModel.qml [moved from examples/tutorials/dynamicview/dynamicview2/PetsModel.qml with 100% similarity]
examples/quick/tutorials/dynamicview/dynamicview4/dynamicview.qml [moved from examples/tutorials/dynamicview/dynamicview4/dynamicview.qml with 100% similarity]
examples/quick/tutorials/extending/chapter1-basics/app.qml [moved from examples/tutorials/extending/chapter1-basics/app.qml with 100% similarity]
examples/quick/tutorials/extending/chapter1-basics/chapter1-basics.pro [moved from examples/tutorials/extending/chapter1-basics/chapter1-basics.pro with 100% similarity]
examples/quick/tutorials/extending/chapter1-basics/main.cpp [moved from examples/tutorials/extending/chapter3-bindings/main.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter1-basics/piechart.cpp [moved from examples/tutorials/extending/chapter1-basics/piechart.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter1-basics/piechart.h [moved from examples/tutorials/extending/chapter1-basics/piechart.h with 100% similarity]
examples/quick/tutorials/extending/chapter2-methods/app.qml [moved from examples/tutorials/extending/chapter2-methods/app.qml with 100% similarity]
examples/quick/tutorials/extending/chapter2-methods/chapter2-methods.pro [moved from examples/tutorials/extending/chapter2-methods/chapter2-methods.pro with 100% similarity]
examples/quick/tutorials/extending/chapter2-methods/main.cpp [moved from examples/tutorials/extending/chapter2-methods/main.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter2-methods/piechart.cpp [moved from examples/tutorials/extending/chapter2-methods/piechart.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter2-methods/piechart.h [moved from examples/tutorials/extending/chapter2-methods/piechart.h with 100% similarity]
examples/quick/tutorials/extending/chapter3-bindings/app.qml [moved from examples/tutorials/extending/chapter3-bindings/app.qml with 100% similarity]
examples/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.pro [moved from examples/tutorials/extending/chapter3-bindings/chapter3-bindings.pro with 100% similarity]
examples/quick/tutorials/extending/chapter3-bindings/main.cpp [moved from examples/tutorials/extending/chapter1-basics/main.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter3-bindings/piechart.cpp [moved from examples/tutorials/extending/chapter3-bindings/piechart.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter3-bindings/piechart.h [moved from examples/tutorials/extending/chapter3-bindings/piechart.h with 100% similarity]
examples/quick/tutorials/extending/chapter4-customPropertyTypes/app.qml [moved from examples/tutorials/extending/chapter4-customPropertyTypes/app.qml with 100% similarity]
examples/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro [moved from examples/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro with 100% similarity]
examples/quick/tutorials/extending/chapter4-customPropertyTypes/main.cpp [moved from examples/tutorials/extending/chapter4-customPropertyTypes/main.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp [moved from examples/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter4-customPropertyTypes/piechart.h [moved from examples/tutorials/extending/chapter4-customPropertyTypes/piechart.h with 100% similarity]
examples/quick/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp [moved from examples/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter4-customPropertyTypes/pieslice.h [moved from examples/tutorials/extending/chapter4-customPropertyTypes/pieslice.h with 100% similarity]
examples/quick/tutorials/extending/chapter5-listproperties/app.qml [moved from examples/tutorials/extending/chapter5-listproperties/app.qml with 100% similarity]
examples/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro [moved from examples/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro with 100% similarity]
examples/quick/tutorials/extending/chapter5-listproperties/main.cpp [moved from examples/tutorials/extending/chapter5-listproperties/main.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter5-listproperties/piechart.cpp [moved from examples/tutorials/extending/chapter5-listproperties/piechart.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter5-listproperties/piechart.h [moved from examples/tutorials/extending/chapter5-listproperties/piechart.h with 100% similarity]
examples/quick/tutorials/extending/chapter5-listproperties/pieslice.cpp [moved from examples/tutorials/extending/chapter6-plugins/pieslice.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter5-listproperties/pieslice.h [moved from examples/tutorials/extending/chapter5-listproperties/pieslice.h with 100% similarity]
examples/quick/tutorials/extending/chapter6-plugins/Charts/qmldir [moved from examples/tutorials/extending/chapter6-plugins/Charts/qmldir with 100% similarity]
examples/quick/tutorials/extending/chapter6-plugins/app.qml [moved from examples/tutorials/extending/chapter6-plugins/app.qml with 100% similarity]
examples/quick/tutorials/extending/chapter6-plugins/chapter6-plugins.pro [moved from examples/tutorials/extending/chapter6-plugins/chapter6-plugins.pro with 100% similarity]
examples/quick/tutorials/extending/chapter6-plugins/chartsplugin.cpp [moved from examples/tutorials/extending/chapter6-plugins/chartsplugin.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter6-plugins/chartsplugin.h [moved from examples/tutorials/extending/chapter6-plugins/chartsplugin.h with 100% similarity]
examples/quick/tutorials/extending/chapter6-plugins/piechart.cpp [moved from examples/tutorials/extending/chapter6-plugins/piechart.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter6-plugins/piechart.h [moved from examples/tutorials/extending/chapter6-plugins/piechart.h with 100% similarity]
examples/quick/tutorials/extending/chapter6-plugins/pieslice.cpp [moved from examples/tutorials/extending/chapter5-listproperties/pieslice.cpp with 100% similarity]
examples/quick/tutorials/extending/chapter6-plugins/pieslice.h [moved from examples/tutorials/extending/chapter6-plugins/pieslice.h with 100% similarity]
examples/quick/tutorials/extending/extending.pro [moved from examples/tutorials/extending/extending.pro with 100% similarity]
examples/quick/tutorials/gettingStartedQml/core/Button.qml [moved from examples/tutorials/gettingStartedQml/core/Button.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/core/EditMenu.qml [moved from examples/tutorials/gettingStartedQml/core/EditMenu.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/core/FileDialog.qml [moved from examples/tutorials/gettingStartedQml/core/FileDialog.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/core/FileMenu.qml [moved from examples/tutorials/gettingStartedQml/core/FileMenu.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/core/MenuBar.qml [moved from examples/tutorials/gettingStartedQml/core/MenuBar.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/core/TextArea.qml [moved from examples/tutorials/gettingStartedQml/core/TextArea.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/core/qmldir [moved from examples/tutorials/gettingStartedQml/core/qmldir with 100% similarity]
examples/quick/tutorials/gettingStartedQml/filedialog/dialogPlugin.cpp [moved from examples/tutorials/gettingStartedQml/filedialog/dialogPlugin.cpp with 100% similarity]
examples/quick/tutorials/gettingStartedQml/filedialog/dialogPlugin.h [moved from examples/tutorials/gettingStartedQml/filedialog/dialogPlugin.h with 100% similarity]
examples/quick/tutorials/gettingStartedQml/filedialog/directory.cpp [moved from examples/tutorials/gettingStartedQml/filedialog/directory.cpp with 100% similarity]
examples/quick/tutorials/gettingStartedQml/filedialog/directory.h [moved from examples/tutorials/gettingStartedQml/filedialog/directory.h with 100% similarity]
examples/quick/tutorials/gettingStartedQml/filedialog/file.cpp [moved from examples/tutorials/gettingStartedQml/filedialog/file.cpp with 100% similarity]
examples/quick/tutorials/gettingStartedQml/filedialog/file.h [moved from examples/tutorials/gettingStartedQml/filedialog/file.h with 100% similarity]
examples/quick/tutorials/gettingStartedQml/filedialog/filedialog.pro [moved from examples/tutorials/gettingStartedQml/filedialog/filedialog.pro with 56% similarity]
examples/quick/tutorials/gettingStartedQml/filedialog/qmldir [moved from examples/tutorials/gettingStartedQml/parts/part5/filedialog/qmldir with 100% similarity]
examples/quick/tutorials/gettingStartedQml/gettingStartedQml.pro [new file with mode: 0644]
examples/quick/tutorials/gettingStartedQml/images/arrow.png [moved from examples/tutorials/gettingStartedQml/parts/part5/images/arrow.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part0/Button.qml [moved from examples/tutorials/gettingStartedQml/parts/part0/Button.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part1/Button.qml [moved from examples/tutorials/gettingStartedQml/parts/part1/Button.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part1/EditMenu.qml [moved from examples/tutorials/gettingStartedQml/parts/part1/EditMenu.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part1/FileMenu.qml [moved from examples/tutorials/gettingStartedQml/parts/part1/FileMenu.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part1/SimpleButton.qml [moved from examples/tutorials/gettingStartedQml/parts/part1/SimpleButton.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_button.png [moved from examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_button.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_editmenu.png [moved from examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_editmenu.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_filemenu.png [moved from examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_filemenu.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_simplebutton.png [moved from examples/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_simplebutton.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part1/qml-texteditor.qmlproject [moved from examples/tutorials/gettingStartedQml/parts/part1/qml-texteditor.qmlproject with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part2/Button.qml [moved from examples/tutorials/gettingStartedQml/parts/part3/Button.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part2/EditMenu.qml [moved from examples/tutorials/gettingStartedQml/parts/part3/EditMenu.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part2/FileMenu.qml [moved from examples/tutorials/gettingStartedQml/parts/part3/FileMenu.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part2/MenuBar.qml [moved from examples/tutorials/gettingStartedQml/parts/part3/MenuBar.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part2/pics/qml-texteditor2_menubar.png [moved from examples/tutorials/gettingStartedQml/parts/part2/pics/qml-texteditor2_menubar.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part2/qml-texteditor2.qmlproject [moved from examples/tutorials/gettingStartedQml/parts/part2/qml-texteditor2.qmlproject with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part3/Button.qml [moved from examples/tutorials/gettingStartedQml/parts/part2/Button.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part3/EditMenu.qml [moved from examples/tutorials/gettingStartedQml/parts/part2/EditMenu.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part3/FileMenu.qml [moved from examples/tutorials/gettingStartedQml/parts/part2/FileMenu.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part3/MenuBar.qml [moved from examples/tutorials/gettingStartedQml/parts/part2/MenuBar.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part3/TextArea.qml [moved from examples/tutorials/gettingStartedQml/parts/part3/TextArea.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part3/TextEditor.qml [moved from examples/tutorials/gettingStartedQml/parts/part3/TextEditor.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part3/images/arrow.png [moved from examples/tutorials/gettingStartedQml/parts/part4/images/arrow.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part3/pics/qml-texteditor3_texteditor.png [moved from examples/tutorials/gettingStartedQml/parts/part3/pics/qml-texteditor3_texteditor.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part3/qml-texteditor3.qmlproject [moved from examples/tutorials/gettingStartedQml/parts/part3/qml-texteditor3.qmlproject with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part4/Button.qml [moved from examples/tutorials/gettingStartedQml/parts/part4/Button.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part4/EditMenu.qml [moved from examples/tutorials/gettingStartedQml/parts/part4/EditMenu.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part4/FileMenu.qml [moved from examples/tutorials/gettingStartedQml/parts/part4/FileMenu.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part4/MenuBar.qml [moved from examples/tutorials/gettingStartedQml/parts/part4/MenuBar.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part4/SimpleButton.qml [moved from examples/tutorials/gettingStartedQml/parts/part4/SimpleButton.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part4/TextArea.qml [moved from examples/tutorials/gettingStartedQml/parts/part4/TextArea.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part4/TextEditor.qml [moved from examples/tutorials/gettingStartedQml/parts/part4/TextEditor.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part4/images/arrow.png [moved from examples/tutorials/gettingStartedQml/parts/part3/images/arrow.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part4/pics/qml-texteditor4_texteditor.png [moved from examples/tutorials/gettingStartedQml/parts/part4/pics/qml-texteditor4_texteditor.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part4/qml-texteditor4.qmlproject [moved from examples/tutorials/gettingStartedQml/parts/part4/qml-texteditor4.qmlproject with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/TextEditor.qml [moved from examples/tutorials/gettingStartedQml/parts/part5/TextEditor.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/core/Button.qml [moved from examples/tutorials/gettingStartedQml/parts/part5/core/Button.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/core/EditMenu.qml [moved from examples/tutorials/gettingStartedQml/parts/part5/core/EditMenu.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/core/FileDialog.qml [moved from examples/tutorials/gettingStartedQml/parts/part5/core/FileDialog.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/core/FileMenu.qml [moved from examples/tutorials/gettingStartedQml/parts/part5/core/FileMenu.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/core/MenuBar.qml [moved from examples/tutorials/gettingStartedQml/parts/part5/core/MenuBar.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/core/TextArea.qml [moved from examples/tutorials/gettingStartedQml/parts/part5/core/TextArea.qml with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/core/qmldir [moved from examples/tutorials/gettingStartedQml/parts/part5/core/qmldir with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/dialogPlugin.cpp [moved from examples/tutorials/gettingStartedQml/parts/part5/filedialog/dialogPlugin.cpp with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/dialogPlugin.h [moved from examples/tutorials/gettingStartedQml/parts/part5/filedialog/dialogPlugin.h with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/directory.cpp [moved from examples/tutorials/gettingStartedQml/parts/part5/filedialog/directory.cpp with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/directory.h [moved from examples/tutorials/gettingStartedQml/parts/part5/filedialog/directory.h with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/file.cpp [moved from examples/tutorials/gettingStartedQml/parts/part5/filedialog/file.cpp with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/file.h [moved from examples/tutorials/gettingStartedQml/parts/part5/filedialog/file.h with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/filedialog.pro [moved from examples/tutorials/gettingStartedQml/parts/part5/filedialog/filedialog.pro with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/qmldir [moved from examples/tutorials/gettingStartedQml/filedialog/qmldir with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/images/arrow.png [moved from examples/tutorials/gettingStartedQml/images/arrow.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_editmenu.png [moved from examples/tutorials/gettingStartedQml/pics/qml-texteditor5_editmenu.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_filemenu.png [moved from examples/tutorials/gettingStartedQml/pics/qml-texteditor5_filemenu.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_newfile.png [moved from examples/tutorials/gettingStartedQml/pics/qml-texteditor5_newfile.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/parts/part5/qml-texteditor5.qmlproject [moved from examples/tutorials/gettingStartedQml/parts/part5/qml-texteditor5.qmlproject with 100% similarity]
examples/quick/tutorials/gettingStartedQml/pics/qml-texteditor5_editmenu.png [moved from examples/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_editmenu.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/pics/qml-texteditor5_filemenu.png [moved from examples/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_filemenu.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/pics/qml-texteditor5_newfile.png [moved from examples/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_newfile.png with 100% similarity]
examples/quick/tutorials/gettingStartedQml/texteditor.qml [moved from examples/tutorials/gettingStartedQml/texteditor.qml with 100% similarity]
examples/quick/tutorials/helloworld/Cell.qml [moved from examples/tutorials/helloworld/Cell.qml with 100% similarity]
examples/quick/tutorials/helloworld/tutorial1.qml [moved from examples/tutorials/helloworld/tutorial1.qml with 100% similarity]
examples/quick/tutorials/helloworld/tutorial2.qml [moved from examples/tutorials/helloworld/tutorial2.qml with 100% similarity]
examples/quick/tutorials/helloworld/tutorial3.qml [moved from examples/tutorials/helloworld/tutorial3.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame1/Block.qml [moved from examples/tutorials/samegame/samegame1/Block.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame1/Button.qml [moved from examples/tutorials/samegame/samegame1/Button.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame1/samegame.qml [moved from examples/tutorials/samegame/samegame1/samegame.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame1/samegame1.qmlproject [moved from examples/tutorials/samegame/samegame1/samegame1.qmlproject with 100% similarity]
examples/quick/tutorials/samegame/samegame2/Block.qml [moved from examples/tutorials/samegame/samegame2/Block.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame2/Button.qml [moved from examples/tutorials/samegame/samegame4/content/Button.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame2/samegame.js [moved from examples/tutorials/samegame/samegame2/samegame.js with 100% similarity]
examples/quick/tutorials/samegame/samegame2/samegame.qml [moved from examples/tutorials/samegame/samegame2/samegame.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame2/samegame2.qmlproject [moved from examples/tutorials/samegame/samegame2/samegame2.qmlproject with 100% similarity]
examples/quick/tutorials/samegame/samegame3/Block.qml [moved from examples/tutorials/samegame/samegame3/Block.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame3/Button.qml [moved from examples/tutorials/samegame/samegame3/Button.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame3/Dialog.qml [moved from examples/tutorials/samegame/samegame3/Dialog.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame3/samegame.js [moved from examples/tutorials/samegame/samegame3/samegame.js with 100% similarity]
examples/quick/tutorials/samegame/samegame3/samegame.qml [moved from examples/tutorials/samegame/samegame3/samegame.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame3/samegame3.qmlproject [moved from examples/tutorials/samegame/samegame3/samegame3.qmlproject with 100% similarity]
examples/quick/tutorials/samegame/samegame4/content/BoomBlock.qml [moved from examples/tutorials/samegame/samegame4/content/BoomBlock.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame4/content/Button.qml [moved from examples/tutorials/samegame/samegame2/Button.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame4/content/Dialog.qml [moved from examples/tutorials/samegame/samegame4/content/Dialog.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame4/content/samegame.js [moved from examples/tutorials/samegame/samegame4/content/samegame.js with 100% similarity]
examples/quick/tutorials/samegame/samegame4/highscores/README [moved from examples/tutorials/samegame/samegame4/highscores/README with 100% similarity]
examples/quick/tutorials/samegame/samegame4/highscores/score_data.xml [moved from examples/tutorials/samegame/samegame4/highscores/score_data.xml with 100% similarity]
examples/quick/tutorials/samegame/samegame4/highscores/score_style.xsl [moved from examples/tutorials/samegame/samegame4/highscores/score_style.xsl with 100% similarity]
examples/quick/tutorials/samegame/samegame4/highscores/scores.php [moved from examples/tutorials/samegame/samegame4/highscores/scores.php with 100% similarity]
examples/quick/tutorials/samegame/samegame4/samegame.qml [moved from examples/tutorials/samegame/samegame4/samegame.qml with 100% similarity]
examples/quick/tutorials/samegame/samegame4/samegame4.qmlproject [moved from examples/tutorials/samegame/samegame4/samegame4.qmlproject with 100% similarity]
examples/quick/tutorials/samegame/shared/pics/background.jpg [moved from examples/tutorials/samegame/shared/pics/background.jpg with 100% similarity]
examples/quick/tutorials/samegame/shared/pics/blueStar.png [moved from examples/tutorials/samegame/shared/pics/blueStar.png with 100% similarity]
examples/quick/tutorials/samegame/shared/pics/blueStone.png [moved from examples/tutorials/samegame/shared/pics/blueStone.png with 100% similarity]
examples/quick/tutorials/samegame/shared/pics/greenStar.png [moved from examples/tutorials/samegame/shared/pics/greenStar.png with 100% similarity]
examples/quick/tutorials/samegame/shared/pics/greenStone.png [moved from examples/tutorials/samegame/shared/pics/greenStone.png with 100% similarity]
examples/quick/tutorials/samegame/shared/pics/redStar.png [moved from examples/tutorials/samegame/shared/pics/redStar.png with 100% similarity]
examples/quick/tutorials/samegame/shared/pics/redStone.png [moved from examples/tutorials/samegame/shared/pics/redStone.png with 100% similarity]
examples/quick/tutorials/samegame/shared/pics/star.png [moved from examples/tutorials/samegame/shared/pics/star.png with 100% similarity]
examples/quick/tutorials/samegame/shared/pics/yellowStone.png [moved from examples/tutorials/samegame/shared/pics/yellowStone.png with 100% similarity]
examples/quick/tutorials/tutorials.pro [new file with mode: 0644]
examples/quick/ui-components/slideswitch/doc/src/example-slideswitch.qdoc
examples/quick/window/screen/screenInfo.qml [moved from examples/window/screen/screenInfo.qml with 100% similarity]
examples/quick/window/window.pro [new file with mode: 0644]
examples/quick/window/window/Window.qml [moved from examples/window/window/Window.qml with 100% similarity]
examples/quick/window/window/nogui.qml [moved from examples/window/window/nogui.qml with 100% similarity]
examples/quick/window/window/standalone.qml [moved from examples/window/window/standalone.qml with 100% similarity]
examples/quick/window/window/twowindows.qml [moved from examples/window/window/twowindows.qml with 100% similarity]
examples/quick/window/window/window.cpp [moved from examples/window/window/window.cpp with 100% similarity]
examples/quick/window/window/window.pro [new file with mode: 0644]
examples/shared/shared.pro [deleted file]
examples/tutorials/gettingStartedQml/gettingStartedQml.pro [deleted file]
examples/tutorials/tutorials.pro [deleted file]
examples/window/window.pro [deleted file]
examples/window/window/window.pro [deleted file]
qtdeclarative.pro
src/qml/doc/src/cppintegration/extending-tutorial.qdoc
src/quick/doc/src/advtutorial.qdoc
src/quick/doc/src/dynamicview-tutorial.qdoc
src/quick/doc/src/tutorial.qdoc

index 42ba8e4..5de255c 100644 (file)
@@ -1 +1,2 @@
 load(qt_build_config)
+CONFIG += qt_example_installs
diff --git a/examples/demos/calqlatr/calqlatr.pro b/examples/demos/calqlatr/calqlatr.pro
deleted file mode 100644 (file)
index 6a147f4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-QT += qml quick
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/calqlatr
-qml.files = calqlatr.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/calqlatr
-sources.files = $$SOURCES calqlatr.pro
-sources.path = $$qml.path
-INSTALLS += target sources qml
diff --git a/examples/demos/demos.pro b/examples/demos/demos.pro
deleted file mode 100644 (file)
index b243396..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS =   calqlatr \
-            samegame \
-            tweetsearch \
-            maroon \
-            stocqt
-
-# install
-sources.files = demos.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos
-INSTALLS += sources
diff --git a/examples/demos/maroon/maroon.pro b/examples/demos/maroon/maroon.pro
deleted file mode 100644 (file)
index fa2e4b5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-QT += qml quick
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/maroon
-qml.files = maroon.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/maroon
-sources.files = $$SOURCES maroon.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
diff --git a/examples/demos/samegame/samegame.pro b/examples/demos/samegame/samegame.pro
deleted file mode 100644 (file)
index 2f7afef..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-QT += qml quick
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/samegame
-qml.files = samegame.qml content settings.js
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/samegame
-sources.files = $$SOURCES samegame.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
diff --git a/examples/demos/stocqt/stocqt.pro b/examples/demos/stocqt/stocqt.pro
deleted file mode 100644 (file)
index dfa1924..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-QT += qml quick
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/stocqt
-qml.files = stocqt.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/stocqt
-sources.files = $$SOURCES stocqt.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
diff --git a/examples/demos/tweetsearch/tweetsearch.pro b/examples/demos/tweetsearch/tweetsearch.pro
deleted file mode 100644 (file)
index 36f4377..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-QT += quick qml
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/tweetsearch
-qml.files = tweetsearch.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/tweetsearch
-sources.files = $$SOURCES tweetsearch.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
index f2b7a2d..1bcc66d 100644 (file)
@@ -1,16 +1,5 @@
 TEMPLATE = subdirs
 SUBDIRS += \
-    demos \
-    shared \
-    localstorage \
-    particles \
+    qmltest \
     qml \
-    quick \
-    tutorials \
-    window \
-    qmltest
-
-# install
-sources.files = shared examples.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/
-INSTALLS += sources
+    quick
diff --git a/examples/localstorage/localstorage.pro b/examples/localstorage/localstorage.pro
deleted file mode 100644 (file)
index d905870..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += localstorage
-
-# install
-sources.files = localstorage.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/localstorage
-INSTALLS += sources
diff --git a/examples/localstorage/localstorage/localstorage.pro b/examples/localstorage/localstorage/localstorage.pro
deleted file mode 100644 (file)
index 504f9f7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-QT += quick qml
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/localstorage/localstorage
-qml.files = localstorage.qml hello.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/localstorage/localstorage
-sources.files = $$SOURCES localstorage.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
diff --git a/examples/particles/affectors/affectors.pro b/examples/particles/affectors/affectors.pro
deleted file mode 100644 (file)
index 231be91..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-QT += quick qml
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/affectors
-qml.files = affectors.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/affectors
-sources.files = $$SOURCES affectors.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
diff --git a/examples/particles/customparticle/customparticle.pro b/examples/particles/customparticle/customparticle.pro
deleted file mode 100644 (file)
index 8004379..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-QT += quick qml
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/customparticle
-qml.files = customparticle.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/customparticle
-sources.files = $$SOURCES customparticle.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
diff --git a/examples/particles/emitters/emitters.pro b/examples/particles/emitters/emitters.pro
deleted file mode 100644 (file)
index aae8e83..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-QT += quick qml
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/emitters
-qml.files = emitters.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/emitters
-sources.files = $$SOURCES emitters.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
diff --git a/examples/particles/imageparticle/imageparticle.pro b/examples/particles/imageparticle/imageparticle.pro
deleted file mode 100644 (file)
index 17d4816..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-QT += quick qml
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/imageparticle
-qml.files = imageparticle.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/imageparticle
-sources.files = $$SOURCES imageparticle.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
diff --git a/examples/particles/system/system.pro b/examples/particles/system/system.pro
deleted file mode 100644 (file)
index 7cc3165..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-QT += quick qml
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/system
-qml.files = system.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/system
-sources.files = $$SOURCES system.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
index 135f4da..d1dd321 100644 (file)
@@ -7,15 +7,9 @@ TARGET  = qmlimageproviderplugin
 
 SOURCES += imageprovider.cpp
 
-OTHER_FILES += imageprovider.json
+EXAMPLE_FILES = imageprovider-example.qml
 
-sources.files = $$SOURCES imageprovider.qml imageprovider.pro $$OTHER_FILES
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/imageprovider
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/imageprovider/ImageProviderCore
-
-ImageProviderCore_sources.files = \
-    ImageProviderCore/qmldir 
-ImageProviderCore_sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/imageprovider/ImageProviderCore
-
-INSTALLS = sources ImageProviderCore_sources target
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/imageprovider/ImageProviderCore
+qml.files = ImageProviderCore/qmldir
+qml.path = $$[QT_INSTALL_EXAMPLES]/qml/imageprovider/ImageProviderCore
+INSTALLS = target qml
index 3195dfd..222cc71 100644 (file)
@@ -3,8 +3,5 @@ QT += qml quick network
 SOURCES += main.cpp 
 RESOURCES += networkaccessmanagerfactory.qrc
 
-sources.files = $$SOURCES $$RESOURCES networkaccessmanagerfactory.pro view.qml
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/networkaccessmanagerfactory
-target.path = $$sources.path
-
-INSTALLS = sources target
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/networkaccessmanagerfactory
+INSTALLS = target
index 66af7d3..6f8cb37 100644 (file)
@@ -7,7 +7,7 @@ TARGET  = qmlqtimeexampleplugin
 
 SOURCES += plugin.cpp
 
-qdeclarativesources.files += \
+pluginfiles.files += \
     imports/TimeExample/qmldir \
     imports/TimeExample/center.png \
     imports/TimeExample/clock.png \
@@ -15,11 +15,10 @@ qdeclarativesources.files += \
     imports/TimeExample/hour.png \
     imports/TimeExample/minute.png
 
-qdeclarativesources.path += $$[QT_INSTALL_EXAMPLES]/qtquick/qml/plugins/imports/TimeExample
+qml.files = plugins.qml
+qml.path += $$[QT_INSTALL_EXAMPLES]/qml/plugins
+target.path += $$[QT_INSTALL_EXAMPLES]/qml/plugins/imports/TimeExample
+pluginfiles.path += $$[QT_INSTALL_EXAMPLES]/qml/plugins/imports/TimeExample
 
-sources.files += plugins.pro plugin.cpp plugins.qml
-sources.path += $$[QT_INSTALL_EXAMPLES]/qtquick/qml/plugins
-target.path += $$[QT_INSTALL_EXAMPLES]/qtquick/qml/plugins/imports/TimeExample
-
-INSTALLS += qdeclarativesources sources target
+INSTALLS += target qml pluginfiles
 
index 6bc620f..a66d08a 100644 (file)
@@ -1,12 +1,13 @@
 TEMPLATE = subdirs
 
 SUBDIRS +=imageprovider \
-          plugins \
           networkaccessmanagerfactory \
+          plugins \
           referenceexamples \
-          shell
+          shell \
+          xmlhttprequest
 
-#Install
-sources.files = qml.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml
-INSTALLS += sources
+EXAMPLE_FILES = \
+    dynamicscene \
+    i18n \
+    locale
index a6c2fc6..86c830b 100644 (file)
@@ -5,7 +5,5 @@ SOURCES += main.cpp \
 HEADERS += person.h
 RESOURCES += adding.qrc
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/referenceexamples/adding
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS adding.pro example.qml
-sources.path = $$target.path
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/adding
+INSTALLS += target
index 247db55..1225a5f 100644 (file)
@@ -7,7 +7,5 @@ HEADERS += person.h \
            birthdayparty.h
 RESOURCES += attached.qrc
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/referenceexamples/attached
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS attached.pro example.qml
-sources.path = $$target.path
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/attached
+INSTALLS += target
index 86787c7..3c1f956 100644 (file)
@@ -7,9 +7,7 @@ SOURCES += main.cpp \
 HEADERS += person.h \
            birthdayparty.h \
            happybirthdaysong.h
-
 RESOURCES += binding.qrc
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/referenceexamples/binding
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS binding.pro example.qml
-sources.path = $$target.path
-INSTALLS += target sources
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/binding
+INSTALLS += target
index e053ac2..c501b9c 100644 (file)
@@ -7,7 +7,5 @@ HEADERS += person.h \
            birthdayparty.h
 RESOURCES += coercion.qrc
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/referenceexamples/coercion
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS coercion.pro example.qml
-sources.path = $$target.path
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/coercion
+INSTALLS += target
index 80bee64..db4b884 100644 (file)
@@ -7,7 +7,5 @@ HEADERS += person.h \
            birthdayparty.h
 RESOURCES += default.qrc
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/referenceexamples/default
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS default.pro example.qml
-sources.path = $$target.path
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/default
+INSTALLS += target
index 5b21d90..b38a175 100644 (file)
@@ -5,7 +5,5 @@ SOURCES += main.cpp \
 HEADERS += lineedit.h
 RESOURCES += extended.qrc
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/referenceexamples/extended
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS extended.pro example.qml
-sources.path = $$target.path
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/extended
+INSTALLS += target
index afd1c15..7014d96 100644 (file)
@@ -7,7 +7,5 @@ HEADERS += person.h \
            birthdayparty.h
 RESOURCES += grouped.qrc
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/referenceexamples/grouped
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS grouped.pro example.qml
-sources.path = $$target.path
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/grouped
+INSTALLS += target
index a7dd996..c1be071 100644 (file)
@@ -7,7 +7,5 @@ HEADERS += person.h \
            birthdayparty.h
 RESOURCES += methods.qrc
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/referenceexamples/methods
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS methods.pro example.qml
-sources.path = $$target.path
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/methods
+INSTALLS += target
index c1cf877..cd1ffed 100644 (file)
@@ -7,7 +7,5 @@ HEADERS += person.h \
            birthdayparty.h
 RESOURCES += properties.qrc
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/referenceexamples/properties
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS properties.pro example.qml
-sources.path = $$target.path
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/properties
+INSTALLS += target
index 5f514bc..4bfbd48 100644 (file)
@@ -13,7 +13,3 @@ SUBDIRS += \
     methods
 
 !contains(QT_CONFIG, no-widgets): SUBDIRS += extended
-
-sources.files = referenceexamples.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/referenceexamples
-INSTALLS += sources
index 5a021eb..81692d3 100644 (file)
@@ -7,7 +7,5 @@ HEADERS += person.h \
            birthdayparty.h
 RESOURCES += signal.qrc
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/referenceexamples/signal
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS signal.pro example.qml
-sources.path = $$target.path
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/signal
+INSTALLS += target
index d7aafb7..4ec77ff 100644 (file)
@@ -9,7 +9,5 @@ HEADERS += person.h \
            happybirthdaysong.h
 RESOURCES += valuesource.qrc
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/referenceexamples/valuesource
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS valuesource.pro example.qml
-sources.path = $$target.path
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/valuesource
+INSTALLS += target
index b57d550..da97590 100644 (file)
@@ -5,7 +5,5 @@ mac:CONFIG -= app_bundle
 
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/shell
-sources.files = $$SOURCES shell.pro
-sources.path = $$target.path
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/shell
+INSTALLS += target
index 976a462..25f3759 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
-DECLARATIVE_EXAMPLE_MAIN(xmlhttprequest)
\ No newline at end of file
+#include "../../quick/shared/shared.h"
+DECLARATIVE_EXAMPLE_MAIN(xmlhttprequest)
index bb7fae6..5af32ee 100644 (file)
@@ -3,7 +3,10 @@ TEMPLATE = app
 QT += quick qml
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/xmlhttprequest
+EXAMPLE_FILES = \
+    data.xml
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/xmlhttprequest
 qml.files = xmlhttprequest.qml get.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/xmlhttprequest
+qml.path = $$[QT_INSTALL_EXAMPLES]/qml/xmlhttprequest
 INSTALLS += target qml
index b9bf454..b483ac1 100644 (file)
@@ -39,7 +39,7 @@
 ****************************************************************************/
 
 import QtQuick 2.0
-import "../../shared" as Examples
+import "../../quick/shared" as Examples
 
 Item {
     height: 480
index dbf032e..3ade5f2 100644 (file)
@@ -5,7 +5,7 @@ SOURCES += tst_qmltest.cpp
 
 # Note: Normally, tests are auto-installed to a test-specific directory. Overwritten here
 # so this one will end up in the examples tree.
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qmltest
-sources.files = $$SOURCES qmltest.pro *.qml
-sources.path = $$target.path
-INSTALLS = sources target
+target.path = $$[QT_INSTALL_EXAMPLES]/qmltest
+qml.files = tst_basic.qml tst_item.qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/qmltest
+INSTALLS += target qml
index 681e44b..9658a8e 100644 (file)
@@ -3,9 +3,7 @@ TEMPLATE = app
 QT += quick qml
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/accessibility
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/accessibility
 qml.files = accessibility.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/accessibility
-sources.files = $$SOURCES accessibility.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/accessibility
+INSTALLS += target qml
index 801ccdc..51374d0 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
 DECLARATIVE_EXAMPLE_MAIN(accessibility)
index edc767d..58e9226 100644 (file)
@@ -3,10 +3,8 @@ TEMPLATE = app
 QT += quick qml
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/animation
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/animation
 qml.files = animation.qml  basics  behaviors  easing pathanimation  pathinterpolator  states
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/animation
-sources.files = $$SOURCES animation.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/animation
+INSTALLS += target qml
 
index a17967a..8a1b855 100644 (file)
@@ -39,7 +39,7 @@
 ****************************************************************************/
 
 import QtQuick 2.0
-import "../../shared" as Examples
+import "../shared" as Examples
 
 Item {
     height: 480
index faccffc..dc5b506 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
 DECLARATIVE_EXAMPLE_MAIN(animation)
index 9f02423..d721805 100644 (file)
@@ -3,9 +3,7 @@ TEMPLATE = app
 QT += quick qml
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/canvas
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/canvas
 qml.files = canvas.qml bezierCurve clip quadraticCurveTo roundedrect smile squircle tiger contents
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/canvas
-sources.files = $$SOURCES canvas.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/canvas
+INSTALLS += target qml
index 65707f7..e1e8724 100644 (file)
@@ -39,7 +39,7 @@
 ****************************************************************************/
 
 import QtQuick 2.0
-import "../../shared" as Examples
+import "../shared" as Examples
 
 Item {
     height: 480
index acbef75..52c62ac 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
 DECLARATIVE_EXAMPLE_MAIN(canvas)
\ No newline at end of file
index a401042..1e0a2ae 100644 (file)
@@ -1,17 +1,14 @@
 TEMPLATE = subdirs
 SUBDIRS = \
-    #dialcontrol \
-    #flipable \
     painteditem \
-    #progressbar \
-    #scrollbar \
-    #searchbox \
-    #slideswitch \
-    #spinner \
-    #tabwidget \
     maskedmousearea
 
-# install
-sources.files = customitems.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/customitems
-INSTALLS += sources
+EXAMPLE_FILES = \
+    dialcontrol \
+    flipable \
+    progressbar \
+    scrollbar \
+    searchbox \
+    slideswitch \
+    spinner \
+    tabwidget
index b812508..d44fa59 100644 (file)
@@ -7,9 +7,7 @@ HEADERS += maskedmousearea.h
 SOURCES += main.cpp \
            maskedmousearea.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/customitems/maskedmousearea
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/maskedmousearea
 qml.files = maskedmousearea.qml images
 qml.path = $$target.path
-sources.files = $$SOURCES $$HEADERS maskedmousearea.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+INSTALLS += target qml
index 846ad63..dfe6f96 100644 (file)
@@ -9,16 +9,12 @@ HEADERS += TextBalloonPlugin/plugin.h \
 
 SOURCES += textballoon.cpp
 
-OTHER_FILES += textballoon.json
-
 DESTDIR = TextBalloonPlugin
 
-INSTALL_PATH = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/customitems/painteditem/
-qdeclarativesources.files += \
-    TextBalloonPlugin/qmldir TextBalloonPlugin/plugin.h
-qdeclarativesources.path += $$INSTALL_PATH/TextBalloonPlugin
-sources.files = textballoons.qml $$SOURCES textballoon.h $$OTHER_FILES painteditem.pro
-sources.path = $$INSTALL_PATH
-target.path = $$INSTALL_PATH/TextBalloonPlugin
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/painteditem/TextBalloonPlugin
+qmldir.files = TextBalloonPlugin/qmldir
+qmldir.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/painteditem/TextBalloonPlugin
+qml.files = textballoons.qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/painteditem/
 
-INSTALLS = qdeclarativesources sources target
+INSTALLS += qml qmldir target
diff --git a/examples/quick/demos/calqlatr/calqlatr.pro b/examples/quick/demos/calqlatr/calqlatr.pro
new file mode 100644 (file)
index 0000000..fec0d64
--- /dev/null
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += qml quick
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/calqlatr
+qml.files = calqlatr.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/calqlatr
+INSTALLS += target qml
diff --git a/examples/quick/demos/demos.pro b/examples/quick/demos/demos.pro
new file mode 100644 (file)
index 0000000..474b5b1
--- /dev/null
@@ -0,0 +1,11 @@
+TEMPLATE = subdirs
+SUBDIRS = samegame \
+            calqlatr \
+            tweetsearch \
+            maroon \
+            stocqt
+
+EXAMPLE_FILES = \
+    clocks \
+    photoviewer \
+    rssnews
diff --git a/examples/quick/demos/maroon/maroon.pro b/examples/quick/demos/maroon/maroon.pro
new file mode 100644 (file)
index 0000000..e193927
--- /dev/null
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += qml quick
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/maroon
+qml.files = maroon.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/maroon
+INSTALLS += target qml
diff --git a/examples/quick/demos/samegame/samegame.pro b/examples/quick/demos/samegame/samegame.pro
new file mode 100644 (file)
index 0000000..fec2e53
--- /dev/null
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += qml quick
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/samegame
+qml.files = samegame.qml content settings.js
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/samegame
+INSTALLS += target qml
diff --git a/examples/quick/demos/stocqt/stocqt.pro b/examples/quick/demos/stocqt/stocqt.pro
new file mode 100644 (file)
index 0000000..f33c4ae
--- /dev/null
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += qml quick
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/stocqt
+qml.files = stocqt.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/stocqt
+INSTALLS += target qml
diff --git a/examples/quick/demos/tweetsearch/tweetsearch.pro b/examples/quick/demos/tweetsearch/tweetsearch.pro
new file mode 100644 (file)
index 0000000..887c05a
--- /dev/null
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += quick qml
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/tweetsearch
+qml.files = tweetsearch.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/tweetsearch
+INSTALLS += target qml
index 7ec3e0e..451d03a 100644 (file)
@@ -3,9 +3,7 @@ TEMPLATE = app
 QT += quick qml
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/draganddrop
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/draganddrop
 qml.files = draganddrop.qml tiles views
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/draganddrop
-sources.files = $$SOURCES draganddrop.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/draganddrop
+INSTALLS += target qml
index 300a7ab..234ea8b 100644 (file)
@@ -39,7 +39,7 @@
 ****************************************************************************/
 
 import QtQuick 2.0
-import "../../shared" as Examples
+import "../shared" as Examples
 
 Item {
     height: 480
index cc08df9..7a7adf2 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
 DECLARATIVE_EXAMPLE_MAIN(draganddrop)
index eddfb74..281b44f 100644 (file)
@@ -3,9 +3,7 @@ TEMPLATE = app
 QT += quick qml
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/imageelements
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/imageelements
 qml.files = *.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/imageelements
-sources.files = $$SOURCES imageelements.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/imageelements
+INSTALLS += target qml
index 22ab458..a68ed3e 100644 (file)
@@ -39,7 +39,7 @@
 ****************************************************************************/
 
 import QtQuick 2.0
-import "../../shared"
+import "../shared"
 
 Item {
     height: 480
index af4674e..aa624e2 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
 DECLARATIVE_EXAMPLE_MAIN(imageelements)
index 7400013..a0c65be 100644 (file)
@@ -3,9 +3,7 @@ TEMPLATE = app
 QT += quick qml
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/keyinteraction
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/keyinteraction
 qml.files = keyinteraction.qml focus
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/keyinteraction
-sources.files = $$SOURCES keyinteraction.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/keyinteraction
+INSTALLS += target qml
index 66a0031..6a227ae 100644 (file)
@@ -39,7 +39,7 @@
 ****************************************************************************/
 
 import QtQuick 2.0
-import "../../shared" as Examples
+import "../shared" as Examples
 
 Loader {//Just loader, since there's only one.
     source: "focus/focus.qml"
index bbef71a..e82e1d8 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
 DECLARATIVE_EXAMPLE_MAIN(keyinteraction)
diff --git a/examples/quick/localstorage/localstorage.pro b/examples/quick/localstorage/localstorage.pro
new file mode 100644 (file)
index 0000000..dd2eb80
--- /dev/null
@@ -0,0 +1,2 @@
+TEMPLATE = subdirs
+SUBDIRS += localstorage
diff --git a/examples/quick/localstorage/localstorage/localstorage.pro b/examples/quick/localstorage/localstorage/localstorage.pro
new file mode 100644 (file)
index 0000000..ef90b63
--- /dev/null
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += quick qml
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/localstorage/localstorage
+qml.files = localstorage.qml hello.qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/localstorage/localstorage
+INSTALLS += target qml
diff --git a/examples/quick/modelviews/browser.prx b/examples/quick/modelviews/browser.prx
new file mode 100644 (file)
index 0000000..e9beacf
--- /dev/null
@@ -0,0 +1,18 @@
+TEMPLATE = app
+TARGET = modelviews
+
+QT += quick qml
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/modelviews
+qml.files = \
+    modelviews.qml \
+    gridview \
+    listview \
+    package \
+    parallax \
+    pathview \
+    visualdatamodel \
+    visualitemmodel
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/modelviews
+INSTALLS += target qml
index 082001c..84d52cb 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
 DECLARATIVE_EXAMPLE_MAIN(modelviews)
index 695c010..101408f 100644 (file)
@@ -1,19 +1,8 @@
-TEMPLATE = app
+TEMPLATE = subdirs
 
-QT += quick qml
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/modelviews
-qml.files = \
-        modelviews.qml \
-        gridview \
-        listview \
-        package \
-        parallax \
-        pathview \
-        visualdatamodel \
-        visualitemmodel
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/modelviews
-sources.files = $$SOURCES modelviews.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+browser.file = browser.prx
+SUBDIRS = \
+    browser \
+#    abstractitemmodel \ # Does not build
+    objectlistmodel \
+    stringlistmodel
index d86bbf3..2df91db 100644 (file)
@@ -39,7 +39,7 @@
 ****************************************************************************/
 
 import QtQuick 2.0
-import "../../shared" as Examples
+import "../shared" as Examples
 
 Item {
     height: 480
index d7fccf8..34e0b3b 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
 DECLARATIVE_EXAMPLE_MAIN(mousearea)
index cb876e4..eba203b 100644 (file)
@@ -3,9 +3,10 @@ TEMPLATE = app
 QT += quick qml
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/mousearea
+EXAMPLE_FILES = \
+    mousearea-wheel-example.qml
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/mousearea
 qml.files = mousearea.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/mousearea
-sources.files = $$SOURCES mousearea.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/mousearea
+INSTALLS += target qml
diff --git a/examples/quick/particles/affectors/affectors.pro b/examples/quick/particles/affectors/affectors.pro
new file mode 100644 (file)
index 0000000..9d7c3de
--- /dev/null
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += quick qml
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/affectors
+qml.files = affectors.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/affectors
+INSTALLS += target qml
diff --git a/examples/quick/particles/customparticle/customparticle.pro b/examples/quick/particles/customparticle/customparticle.pro
new file mode 100644 (file)
index 0000000..77db1a6
--- /dev/null
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += quick qml
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/customparticle
+qml.files = customparticle.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/customparticle
+INSTALLS += target qml
diff --git a/examples/quick/particles/emitters/emitters.pro b/examples/quick/particles/emitters/emitters.pro
new file mode 100644 (file)
index 0000000..ea2e0d1
--- /dev/null
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += quick qml
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/emitters
+qml.files = emitters.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/emitters
+INSTALLS += target qml
diff --git a/examples/quick/particles/imageparticle/imageparticle.pro b/examples/quick/particles/imageparticle/imageparticle.pro
new file mode 100644 (file)
index 0000000..94ed5fc
--- /dev/null
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += quick qml
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/imageparticle
+qml.files = imageparticle.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/imageparticle
+INSTALLS += target qml
similarity index 54%
rename from examples/particles/particles.pro
rename to examples/quick/particles/particles.pro
index 5592f70..9200113 100644 (file)
@@ -5,9 +5,10 @@ SUBDIRS += affectors \
     imageparticle \
     system
 
+EXAMPLE_FILES = \
+    itemparticle
+
 #Install shared images too
 qml.files = images
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles
-sources.files = particles.pro
-sources.path = $$qml.path
-INSTALLS = sources qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/particles
+INSTALLS += qml
diff --git a/examples/quick/particles/system/system.pro b/examples/quick/particles/system/system.pro
new file mode 100644 (file)
index 0000000..f2e3567
--- /dev/null
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += quick qml
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/system
+qml.files = system.qml content
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/system
+INSTALLS += target qml
index d8941b1..4ee4c82 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
 DECLARATIVE_EXAMPLE_MAIN(positioners)
index e219cde..1a7622d 100644 (file)
@@ -3,9 +3,7 @@ TEMPLATE = app
 QT += quick qml
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/positioners
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/positioners
 qml.files = positioners.qml positioners-transitions.qml positioners-attachedproperties.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/positioners
-sources.files = $$SOURCES positioners.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/positioners
+INSTALLS += target qml
index e02848d..b020e1b 100644 (file)
@@ -39,7 +39,7 @@
 ****************************************************************************/
 
 import QtQuick 2.0
-import "../../shared" as Examples
+import "../shared" as Examples
 
 Item {
     height: 480
index 2f0d430..cb4f7bf 100644 (file)
@@ -5,6 +5,7 @@ SUBDIRS = accessibility \
             canvas \
             imageelements \
             keyinteraction \
+            localstorage \
             modelviews \
             mousearea \
             positioners \
@@ -14,9 +15,12 @@ SUBDIRS = accessibility \
             text \
             threading \
             touchinteraction \
-            customitems
+            tutorials \
+            customitems \
+            window \
+            particles \
+            demos
 
-# install
-sources.files = quick.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick
-INSTALLS += sources
+EXAMPLE_FILES = \
+    ui-components \
+    shared
index 1fa9be9..e1d102c 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
 DECLARATIVE_EXAMPLE_MAIN(righttoleft)
index d22aa0f..e71030e 100644 (file)
@@ -3,9 +3,7 @@ TEMPLATE = app
 QT += quick qml
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/righttoleft
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/righttoleft
 qml.files = righttoleft.qml layoutdirection layoutmirroring textalignment
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/righttoleft
-sources.files = $$SOURCES righttoleft.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/righttoleft
+INSTALLS += target qml
index 90f964a..7212d47 100644 (file)
@@ -39,7 +39,7 @@
 ****************************************************************************/
 
 import QtQuick 2.0
-import "../../shared" as Examples
+import "../shared" as Examples
 
 Item {
     height: 480
index 5198a3c..8044c5c 100644 (file)
@@ -8,9 +8,8 @@ SOURCES += \
 HEADERS += \
     beziercurve.h
 
-OTHER_FILES += main.qml
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/customgeometry
+qml.files = main.qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/customgeometry
 
-sources.files = $$SOURCES $$HEADERS $$OTHER_FILES customgeometry.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/scenegraph/customgeometry
-target.path = $$sources.path
-INSTALLS += sources target
+INSTALLS += target qml
index f2ad3d0..f86dd5f 100644 (file)
@@ -3,9 +3,7 @@ QT += qml quick
 HEADERS += squircle.h
 SOURCES += squircle.cpp main.cpp
 
-OTHER_FILES += main.qml
-
-sources.files = $$SOURCES $$HEADERS $$OTHER_FILES openglunderqml.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/scenegraph/openglunderqml
-target.path = $$sources.path
-INSTALLS += sources target
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/openglunderqml
+qml.files = main.qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/openglunderqml
+INSTALLS += target qml
index 22506bc..88b8d03 100644 (file)
@@ -1,7 +1,2 @@
 TEMPLATE = subdirs
 SUBDIRS += customgeometry simplematerial openglunderqml
-
-# install
-sources.files = scenegraph.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/scenegraph
-INSTALLS += sources
index f8be761..ae4fb0f 100644 (file)
@@ -4,10 +4,8 @@ QT += quick
 SOURCES += \
     simplematerial.cpp
 
-OTHER_FILES += \
-    main.qml
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/simplematerial
+qml.files = main.qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/simplematerial
 
-sources.files = $$SOURCES $$OTHER_FILES simplematerial.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/scenegraph/simplematerial
-target.path = $$sources.path
-INSTALLS += sources target
+INSTALLS += target qml
index 2cbce15..2bb3224 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
 DECLARATIVE_EXAMPLE_MAIN(shadereffects)
index e85ccad..265cb72 100644 (file)
@@ -3,9 +3,7 @@ TEMPLATE = app
 QT += quick qml
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/shadereffects
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/shadereffects
 qml.files = shadereffects.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/shadereffects
-sources.files = $$SOURCES shadereffects.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/shadereffects
+INSTALLS += target qml
index 0e84b8d..9b3c626 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
 DECLARATIVE_EXAMPLE_MAIN(text)
index b3734e2..2f78548 100644 (file)
@@ -3,9 +3,7 @@ TEMPLATE = app
 QT += quick qml
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/text
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/text
 qml.files = fonts imgtag styledtext-layout.qml text.qml textselection
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/text
-sources.files = $$SOURCES text.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/text
+INSTALLS += target qml
index 383e65e..b506fe5 100644 (file)
@@ -39,7 +39,7 @@
 ****************************************************************************/
 
 import QtQuick 2.0
-import "../../shared"
+import "../shared"
 
 Item {
     height: 480
index 32399c9..47ea0b5 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
 DECLARATIVE_EXAMPLE_MAIN(threading)
index 303a13c..fa5488a 100644 (file)
@@ -3,9 +3,7 @@ TEMPLATE = app
 QT += quick qml
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/threading
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/threading
 qml.files = threading.qml threadedlistmodel workerscript
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/threading
-sources.files = $$SOURCES threading.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/threading
+INSTALLS += target qml
index 5a79cd9..011fdc0 100644 (file)
@@ -39,7 +39,7 @@
 ****************************************************************************/
 
 import QtQuick 2.0
-import "../../shared" as Examples
+import "../shared" as Examples
 
 Item {
     height: 480
index 68215b5..aac3175 100644 (file)
@@ -37,5 +37,5 @@
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
-#include "../../shared/shared.h"
+#include "../shared/shared.h"
 DECLARATIVE_EXAMPLE_MAIN(touchinteraction)
index 83919c4..949651c 100644 (file)
@@ -3,9 +3,7 @@ TEMPLATE = app
 QT += quick qml
 SOURCES += main.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/touchinteraction
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/touchinteraction
 qml.files = flickable multipointtouch pincharea touchinteraction.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/touchinteraction
-sources.files = $$SOURCES touchinteraction.pro
-sources.path = $$qml.path
-INSTALLS += sources target qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/touchinteraction
+INSTALLS += target qml
index ab932e8..c561714 100644 (file)
@@ -39,7 +39,7 @@
 ****************************************************************************/
 
 import QtQuick 2.0
-import "../../shared"
+import "../shared"
 
 Item {
     height: 480
@@ -16,7 +16,7 @@ SOURCES +=    directory.cpp \
         file.cpp \
         dialogPlugin.cpp
 
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/tutorials/gettingStartedQml/filedialog
-sources.files = $$SOURCES $$HEADERS filedialog.pro
-sources.path = $$target.path
-INSTALLS = sources target
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/tutorials/gettingStartedQml/filedialog
+qml.files = qmldir
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/tutorials/gettingStartedQml/filedialog
+INSTALLS += target qml
diff --git a/examples/quick/tutorials/gettingStartedQml/gettingStartedQml.pro b/examples/quick/tutorials/gettingStartedQml/gettingStartedQml.pro
new file mode 100644 (file)
index 0000000..1fc74b6
--- /dev/null
@@ -0,0 +1,10 @@
+TEMPLATE      = subdirs
+SUBDIRS       = \
+                filedialog\
+
+EXAMPLE_FILES = \
+    core \
+    images \
+    parts \
+    pics \
+    texteditor.qml
diff --git a/examples/quick/tutorials/tutorials.pro b/examples/quick/tutorials/tutorials.pro
new file mode 100644 (file)
index 0000000..fd6117b
--- /dev/null
@@ -0,0 +1,8 @@
+TEMPLATE = subdirs
+SUBDIRS += gettingStartedQml
+
+EXAMPLE_FILES = \
+    dynamicview \
+    extending \
+    helloworld \
+    samegame
index c694e9a..4e302e7 100644 (file)
@@ -34,7 +34,7 @@
 
 This example shows how to create a reusable switch component in QML.
 
-The code for this example can be found in the \c examples/tutorials/ui-components/slideswitch directory.
+The code for this example can be found in the \c examples/quick/tutorials/ui-components/slideswitch directory.
 
 The elements that compose the switch are:
 
diff --git a/examples/quick/window/window.pro b/examples/quick/window/window.pro
new file mode 100644 (file)
index 0000000..93e43fc
--- /dev/null
@@ -0,0 +1,6 @@
+TEMPLATE = subdirs
+SUBDIRS += \
+    window
+
+EXAMPLE_FILES = \
+    screen
diff --git a/examples/quick/window/window/window.pro b/examples/quick/window/window/window.pro
new file mode 100644 (file)
index 0000000..e8a0223
--- /dev/null
@@ -0,0 +1,11 @@
+TEMPLATE = app
+CONFIG += qt
+QT += qml
+
+SOURCES += window.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/window/window
+qml.files = Window.qml nogui.qml standalone.qml twowindows.qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/window/window
+
+INSTALLS = target qml
diff --git a/examples/shared/shared.pro b/examples/shared/shared.pro
deleted file mode 100644 (file)
index 3bc9bfe..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#just install the files, all QML for now
-TEMPLATE = aux
-
-qml.files = images \
-            LauncherList.qml \
-            SimpleLauncherDelegate.qml \
-            Button.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/shared
-INSTALLS = qml
diff --git a/examples/tutorials/gettingStartedQml/gettingStartedQml.pro b/examples/tutorials/gettingStartedQml/gettingStartedQml.pro
deleted file mode 100644 (file)
index 10ce079..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-TEMPLATE      = subdirs
-SUBDIRS       = \
-                filedialog\
-
-# install
-sources.files = gettingStartedQml.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/tutorials/gettingStartedQml
-INSTALLS += sources
diff --git a/examples/tutorials/tutorials.pro b/examples/tutorials/tutorials.pro
deleted file mode 100644 (file)
index 9cb5c57..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += gettingStartedQml
-
-# install
-sources.files = tutorials.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/tutorials
-INSTALLS += sources
diff --git a/examples/window/window.pro b/examples/window/window.pro
deleted file mode 100644 (file)
index 5dea5d6..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += \
-    #screen \
-    window
-
-# install
-sources.files = window.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/window
-INSTALLS += sources
diff --git a/examples/window/window/window.pro b/examples/window/window/window.pro
deleted file mode 100644 (file)
index 7939773..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-CONFIG += qt
-QT += qml
-
-SOURCES += window.cpp
-OTHER_FILES = Window.qml nogui.qml standalone.qml twowindows.qml
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/window/window
-sources.files = $$SOURCES $$OTHER_FILES window.pro
-sources.path = $$target.path
-INSTALLS = sources target
index 2d70b15..58c33f2 100644 (file)
@@ -1,2 +1 @@
 load(qt_parts)
-
index d59a8cd..8ed3aa8 100644 (file)
@@ -44,12 +44,12 @@ examples/quick/tutorials/extending directory.
 Tutorial chapters:
 
 \list 1
-\li \l{examples/tutorials/extending/chapter1-basics}{Creating a New Type}
-\li \l{examples/tutorials/extending/chapter2-methods}{Connecting to C++ Methods and Signals}
-\li \l{examples/tutorials/extending/chapter3-bindings}{Property Binding}
-\li \l{examples/tutorials/extending/chapter4-customPropertyTypes}{Using Custom Property Types}
-\li \l{examples/tutorials/extending/chapter5-listproperties}{Using List Property Types}
-\li \l{examples/tutorials/extending/chapter6-plugins}{Writing an Extension Plugin}
+\li \l{examples/quick/tutorials/extending/chapter1-basics}{Creating a New Type}
+\li \l{examples/quick/tutorials/extending/chapter2-methods}{Connecting to C++ Methods and Signals}
+\li \l{examples/quick/tutorials/extending/chapter3-bindings}{Property Binding}
+\li \l{examples/quick/tutorials/extending/chapter4-customPropertyTypes}{Using Custom Property Types}
+\li \l{examples/quick/tutorials/extending/chapter5-listproperties}{Using List Property Types}
+\li \l{examples/quick/tutorials/extending/chapter6-plugins}{Writing an Extension Plugin}
 \li \l{qml-extending-tutorial7.html}{In Summary}
 \endlist
 
@@ -64,7 +64,7 @@ and \l {qtqml-cppintegration-definetypes.html}{Defining QML Types from C++}.
 /*!
 \title Chapter 1: Creating a New Type
 
-\example examples/tutorials/extending/chapter1-basics
+\example examples/quick/tutorials/extending/chapter1-basics
 
 A common task when extending QML is to provide a new QML type that supports some
  custom functionality beyond what is provided by the built-in \l {Qt Quick QML Types}{QtQuick types}.
@@ -104,7 +104,7 @@ this new class must:
 
 Here is our \c PieChart class, defined in \c piechart.h:
 
-\snippet examples/tutorials/extending/chapter1-basics/piechart.h 0
+\snippet examples/quick/tutorials/extending/chapter1-basics/piechart.h 0
 
 The class inherits from QQuickPaintedItem because we want to override
 QQuickPaintedItem::paint() in perform drawing operations with the QPainter API.
@@ -120,15 +120,15 @@ simply sets and returns the \c m_name and \c m_color values as appropriate, and
 implements \c paint() to draw a simple pie chart. It also turns off the
 QGraphicsItem::ItemHasNoContents flag to enable painting:
 
-\snippet examples/tutorials/extending/chapter1-basics/piechart.cpp 0
+\snippet examples/quick/tutorials/extending/chapter1-basics/piechart.cpp 0
 \dots 0
-\snippet examples/tutorials/extending/chapter1-basics/piechart.cpp 1
+\snippet examples/quick/tutorials/extending/chapter1-basics/piechart.cpp 1
 
 Now that we have defined the \c PieChart type, we will use it from QML. The \c app.qml
 file creates a \c PieChart item and display the pie chart's details
 using a standard QML \l Text item:
 
-\snippet examples/tutorials/extending/chapter1-basics/app.qml 0
+\snippet examples/quick/tutorials/extending/chapter1-basics/app.qml 0
 
 Notice that although the color is specified as a string in QML, it is automatically
 converted to a QColor object for the PieChart \c color property. Automatic conversions are
@@ -142,46 +142,46 @@ you don't register the type, \c app.qml won't be able to create a \c PieChart.
 
 Here is the application \c main.cpp:
 
-\snippet examples/tutorials/extending/chapter1-basics/main.cpp 0
+\snippet examples/quick/tutorials/extending/chapter1-basics/main.cpp 0
 
 This call to qmlRegisterType() registers the \c PieChart type as a type called "PieChart",
 in a type namespace called "Charts", with a version of 1.0.
 
 Lastly, we write a \c .pro project file that includes the files and the \c declarative library:
 
-\quotefile examples/tutorials/extending/chapter1-basics/chapter1-basics.pro
+\quotefile examples/quick/tutorials/extending/chapter1-basics/chapter1-basics.pro
 
 Now we can build and run the application:
 
 \image extending-tutorial-chapter1.png
 
-Try it yourself with the code in Qt's \c examples/tutorials/extending/chapter1-basics directory.
+Try it yourself with the code in Qt's \c examples/quick/tutorials/extending/chapter1-basics directory.
 */
 
 
 /*!
 \title Chapter 2: Connecting to C++ Methods and Signals
 
-\example examples/tutorials/extending/chapter2-methods
+\example examples/quick/tutorials/extending/chapter2-methods
 
 Suppose we want \c PieChart to have a "clearChart()" method that erases the
 chart and then emits a "chartCleared" signal. Our \c app.qml would be able
 to call \c clearChart() and receive \c chartCleared() signals like this:
 
-\snippet examples/tutorials/extending/chapter2-methods/app.qml 0
+\snippet examples/quick/tutorials/extending/chapter2-methods/app.qml 0
 
 \image extending-tutorial-chapter2.png
 
 To do this, we add a \c clearChart() method and a \c chartCleared() signal
 to our C++ class:
 
-\snippet examples/tutorials/extending/chapter2-methods/piechart.h 0
+\snippet examples/quick/tutorials/extending/chapter2-methods/piechart.h 0
 \dots
-\snippet examples/tutorials/extending/chapter2-methods/piechart.h 1
+\snippet examples/quick/tutorials/extending/chapter2-methods/piechart.h 1
 \dots
-\snippet examples/tutorials/extending/chapter2-methods/piechart.h 2
+\snippet examples/quick/tutorials/extending/chapter2-methods/piechart.h 2
 \dots
-\snippet examples/tutorials/extending/chapter2-methods/piechart.h 3
+\snippet examples/quick/tutorials/extending/chapter2-methods/piechart.h 3
 
 The use of Q_INVOKABLE makes the \c clearChart() method available to the
 Qt Meta-Object system, and in turn, to QML. Note that it could have
@@ -191,7 +191,7 @@ slots are also callable from QML. Both of these approaches are valid.
 The \c clearChart() method simply changes the color to Qt::transparent,
 repaints the chart, then emits the \c chartCleared() signal:
 
-\snippet examples/tutorials/extending/chapter2-methods/piechart.cpp 0
+\snippet examples/quick/tutorials/extending/chapter2-methods/piechart.cpp 0
 
 Now when we run the application and click the window, the pie chart
 disappears, and the application outputs:
@@ -200,14 +200,14 @@ disappears, and the application outputs:
     The chart has been cleared
 \endcode
 
-Try out the example yourself with the updated code in Qt's \c examples/tutorials/extending/chapter2-methods directory.
+Try out the example yourself with the updated code in Qt's \c examples/quick/tutorials/extending/chapter2-methods directory.
 
 */
 
 /*!
 \title Chapter 3: Adding Property Bindings
 
-\example examples/tutorials/extending/chapter3-bindings
+\example examples/quick/tutorials/extending/chapter3-bindings
 
 Property binding is a powerful feature of QML that allows values of different
 elements to be synchronized automatically. It uses signals to notify and update
@@ -216,7 +216,7 @@ other elements' values when property values are changed.
 Let's enable property bindings for the \c color property. That means
 if we have code like this:
 
-\snippet examples/tutorials/extending/chapter3-bindings/app.qml 0
+\snippet examples/quick/tutorials/extending/chapter3-bindings/app.qml 0
 
 \image extending-tutorial-chapter3.png
 
@@ -231,17 +231,17 @@ It's easy to enable property binding for the \c color property.
 We add a \l{Qt's Property System}{NOTIFY} feature to its Q_PROPERTY() declaration to indicate that a "colorChanged" signal
 is emitted whenever the value changes.
 
-\snippet examples/tutorials/extending/chapter3-bindings/piechart.h 0
+\snippet examples/quick/tutorials/extending/chapter3-bindings/piechart.h 0
 \dots
-\snippet examples/tutorials/extending/chapter3-bindings/piechart.h 1
+\snippet examples/quick/tutorials/extending/chapter3-bindings/piechart.h 1
 \dots
-\snippet examples/tutorials/extending/chapter3-bindings/piechart.h 2
+\snippet examples/quick/tutorials/extending/chapter3-bindings/piechart.h 2
 \dots
-\snippet examples/tutorials/extending/chapter3-bindings/piechart.h 3
+\snippet examples/quick/tutorials/extending/chapter3-bindings/piechart.h 3
 
 Then, we emit this signal in \c setPieSlice():
 
-\snippet examples/tutorials/extending/chapter3-bindings/piechart.cpp 0
+\snippet examples/quick/tutorials/extending/chapter3-bindings/piechart.cpp 0
 
 It's important for \c setColor() to check that the color value has actually changed
 before emitting \c colorChanged(). This ensures the signal is not emitted unnecessarily and
@@ -259,7 +259,7 @@ custom QML types may see unexpected behavior if bindings are not implemented.
 /*!
 \title Chapter 4: Using Custom Property Types
 
-\example examples/tutorials/extending/chapter4-customPropertyTypes
+\example examples/quick/tutorials/extending/chapter4-customPropertyTypes
 
 The \c PieChart type currently has a string-type property and a color-type property.
 It could have many other types of properties. For example, it could have an
@@ -299,43 +299,43 @@ For example, let's replace the use of the \c property with a type called
 "PieSlice" that has a \c color property. Instead of assigning a color,
 we assign an \c PieSlice value which itself contains a \c color:
 
-\snippet examples/tutorials/extending/chapter4-customPropertyTypes/app.qml 0
+\snippet examples/quick/tutorials/extending/chapter4-customPropertyTypes/app.qml 0
 
 Like \c PieChart, this new \c PieSlice type inherits from QQuickPaintedItem and declares
 its properties with Q_PROPERTY():
 
-\snippet examples/tutorials/extending/chapter4-customPropertyTypes/pieslice.h 0
+\snippet examples/quick/tutorials/extending/chapter4-customPropertyTypes/pieslice.h 0
 
 To use it in \c PieChart, we modify the \c color property declaration
 and associated method signatures:
 
-\snippet examples/tutorials/extending/chapter4-customPropertyTypes/piechart.h 0
+\snippet examples/quick/tutorials/extending/chapter4-customPropertyTypes/piechart.h 0
 \dots
-\snippet examples/tutorials/extending/chapter4-customPropertyTypes/piechart.h 1
+\snippet examples/quick/tutorials/extending/chapter4-customPropertyTypes/piechart.h 1
 \dots
-\snippet examples/tutorials/extending/chapter4-customPropertyTypes/piechart.h 2
+\snippet examples/quick/tutorials/extending/chapter4-customPropertyTypes/piechart.h 2
 \dots
-\snippet examples/tutorials/extending/chapter4-customPropertyTypes/piechart.h 3
+\snippet examples/quick/tutorials/extending/chapter4-customPropertyTypes/piechart.h 3
 
 There is one thing to be aware of when implementing \c setPieSlice(). The \c PieSlice
 is a visual item, so it must be set as a child of the \c PieChart using
 QQuickItem::setParentItem() so that the \c PieChart knows to paint this child
 item when its contents are drawn:
 
-\snippet examples/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp 0
+\snippet examples/quick/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp 0
 
 
 Like the \c PieChart type, the \c PieSlice type has to be registered
 using qmlRegisterType() to be used from QML. As with \c PieChart, we'll add the
 type to the "Charts" type namespace, version 1.0:
 
-\snippet examples/tutorials/extending/chapter4-customPropertyTypes/main.cpp 0
+\snippet examples/quick/tutorials/extending/chapter4-customPropertyTypes/main.cpp 0
 \dots
-\snippet examples/tutorials/extending/chapter4-customPropertyTypes/main.cpp 1
+\snippet examples/quick/tutorials/extending/chapter4-customPropertyTypes/main.cpp 1
 \dots
-\snippet examples/tutorials/extending/chapter4-customPropertyTypes/main.cpp 2
+\snippet examples/quick/tutorials/extending/chapter4-customPropertyTypes/main.cpp 2
 
-Try it out with the code in Qt's \c examples/tutorials/extending/chapter4-customPropertyTypes directory.
+Try it out with the code in Qt's \c examples/quick/tutorials/extending/chapter4-customPropertyTypes directory.
 
 */
 
@@ -343,13 +343,13 @@ Try it out with the code in Qt's \c examples/tutorials/extending/chapter4-custom
 /*!
 \title Chapter 5: Using List Property Types
 
-\example examples/tutorials/extending/chapter5-listproperties
+\example examples/quick/tutorials/extending/chapter5-listproperties
 
 Right now, a \c PieChart can only have one \c PieSlice. Ideally a chart would
 have multiple slices, with different colors and sizes. To do this, we could
 have a \c slices property that accepts a list of \c PieSlice items:
 
-\snippet examples/tutorials/extending/chapter5-listproperties/app.qml 0
+\snippet examples/quick/tutorials/extending/chapter5-listproperties/app.qml 0
 
 \image extending-tutorial-chapter5.png
 
@@ -360,11 +360,11 @@ function with a \c slices() function that returns a list of slices, and add
 an internal \c append_slice() function (discussed below). We also use a QList to
 store the internal list of slices as \c m_slices:
 
-\snippet examples/tutorials/extending/chapter5-listproperties/piechart.h 0
+\snippet examples/quick/tutorials/extending/chapter5-listproperties/piechart.h 0
 \dots
-\snippet examples/tutorials/extending/chapter5-listproperties/piechart.h 1
+\snippet examples/quick/tutorials/extending/chapter5-listproperties/piechart.h 1
 \dots
-\snippet examples/tutorials/extending/chapter5-listproperties/piechart.h 2
+\snippet examples/quick/tutorials/extending/chapter5-listproperties/piechart.h 2
 
 Although the \c slices property does not have an associated \c WRITE function,
 it is still modifiable because of the way QQmlListProperty works.
@@ -373,7 +373,7 @@ return a QQmlListProperty value and indicate that the internal
 \c PieChart::append_slice() function is to be called whenever a request is made from QML
 to add items to the list:
 
-\snippet examples/tutorials/extending/chapter5-listproperties/piechart.cpp 0
+\snippet examples/quick/tutorials/extending/chapter5-listproperties/piechart.cpp 0
 
 The \c append_slice() function simply sets the parent item as before,
 and adds the new item to the \c m_slices list. As you can see, the append function for a
@@ -384,7 +384,7 @@ The \c PieSlice class has also been modified to include \c fromAngle and \c angl
 properties and to draw the slice according to these values. This is a straightforward
 modification if you have read the previous pages in this tutorial, so the code is not shown here.
 
-The complete code can be seen in the updated \c examples/tutorials/extending/chapter5-listproperties directory.
+The complete code can be seen in the updated \c examples/quick/tutorials/extending/chapter5-listproperties directory.
 
 */
 
@@ -392,7 +392,7 @@ The complete code can be seen in the updated \c examples/tutorials/extending/cha
 /*!
 \title Chapter 6: Writing an Extension Plugin
 
-\example examples/tutorials/extending/chapter6-plugins
+\example examples/quick/tutorials/extending/chapter6-plugins
 
 Currently the \c PieChart and \c PieSlice types are used by \c app.qml,
 which is displayed using a QQuickView in a C++ application. An alternative
@@ -407,22 +407,22 @@ and registers our QML types in the inherited \l{QQmlExtensionPlugin::}{registerT
 
 Here is the \c ChartsPlugin definition in \c chartsplugin.h:
 
-\snippet examples/tutorials/extending/chapter6-plugins/chartsplugin.h 0
+\snippet examples/quick/tutorials/extending/chapter6-plugins/chartsplugin.h 0
 
 And its implementation in \c chartsplugin.cpp:
 
-\snippet examples/tutorials/extending/chapter6-plugins/chartsplugin.cpp 0
+\snippet examples/quick/tutorials/extending/chapter6-plugins/chartsplugin.cpp 0
 
 Then, we write a \c .pro project file that defines the project as a plugin library
 and specifies with DESTDIR that library files should be built into a "lib" subdirectory:
 
-\quotefile examples/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
+\quotefile examples/quick/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
 
 Finally, we add a \l{qtqml-modules-qmldir.html}{qmldir} file that is
 parsed by the QML engine.  In this file, we specify that a plugin named
 "chapter6-plugin" (the name of the example project) can be found in the "lib" subdirectory:
 
-\quotefile examples/tutorials/extending/chapter6-plugins/Charts/qmldir
+\quotefile examples/quick/tutorials/extending/chapter6-plugins/Charts/qmldir
 
 Now we have a plugin, and instead of having a main.cpp and an executable, we can build
 the project and then load the QML file using the \l{Prototyping with qmlscene}{qmlscene tool},
index f5b3e8b..d4468d1 100644 (file)
@@ -59,7 +59,7 @@ Tutorial chapters:
 \li \l {tutorials/samegame/samegame4}{Finishing Touches}
 \endlist
 
-All the code in this tutorial can be found in Qt's \c examples/tutorials/samegame
+All the code in this tutorial can be found in Qt's \c examples/quick/tutorials/samegame
 directory.
 */
 
index 0b5f2b4..3edfdc6 100644 (file)
@@ -45,7 +45,7 @@ Tutorial chapters:
 \li \l {tutorials/dynamicview/dynamicview4}{Sorting Items}
 \endlist
 
-All the code in this tutorial can be found in Qt's \c examples/tutorials/dynamicview
+All the code in this tutorial can be found in Qt's \c examples/quick/tutorials/dynamicview
 directory.
 */
 
@@ -139,7 +139,7 @@ so that is above other items in the stacking order and isn't obscured as it is d
 \previouspage QML Dynamic View Ordering Tutorial 2 - Dragging View Items
 \nextpage QML Dynamic View Ordering Tutorial 4 - Sorting Items
 
-\example examples/tutorials/dynamicview/dynamicview3
+\example examples/quick/tutorials/dynamicview/dynamicview3
 
 The next step in our application to move items within the list as they're dragged so that we
 can re-order the list.  To achieve this we introduce three new elements to our application;
index 67951b0..619f754 100644 (file)
@@ -41,7 +41,7 @@ with properties and signals, and we will create a simple animation with the help
 
 Chapter one starts with a minimal "Hello world" program and the following chapters introduce new concepts.
 
-The tutorial's source code is located in the \c{examples/tutorials/helloworld} directory.
+The tutorial's source code is located in the \c{examples/quick/tutorials/helloworld} directory.
 
 Tutorial chapters: