demos/declarative/minehunt example modifications
authorartoka <arto.katajasalo@digia.com>
Thu, 17 Nov 2011 14:50:14 +0000 (15:50 +0100)
committerCasper van Donderen <casper.vandonderen@nokia.com>
Thu, 17 Nov 2011 15:00:01 +0000 (16:00 +0100)
commit9b5bb1b8b1acd1deb2ce653ab1a4095a0e503306
tree527b5bb26fc80dab7adf4fdaf3f80b65061a066f
parent00be4d1b8ffea62423413241ed5ec33c55ed5bce
demos/declarative/minehunt example modifications

Modified the example to use centralized qmlapplicationviewer,
removed duplicate files and modified project files according
to the changes.

Merge-request: 2719
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
34 files changed:
demos/declarative/minehunt/MinehuntCore/Explosion.qml [deleted file]
demos/declarative/minehunt/MinehuntCore/Tile.qml [deleted file]
demos/declarative/minehunt/MinehuntCore/pics/back.png [deleted file]
demos/declarative/minehunt/MinehuntCore/pics/background.png [deleted file]
demos/declarative/minehunt/MinehuntCore/pics/bomb-color.png [deleted file]
demos/declarative/minehunt/MinehuntCore/pics/bomb.png [deleted file]
demos/declarative/minehunt/MinehuntCore/pics/face-sad.png [deleted file]
demos/declarative/minehunt/MinehuntCore/pics/face-smile-big.png [deleted file]
demos/declarative/minehunt/MinehuntCore/pics/face-smile.png [deleted file]
demos/declarative/minehunt/MinehuntCore/pics/flag-color.png [deleted file]
demos/declarative/minehunt/MinehuntCore/pics/flag.png [deleted file]
demos/declarative/minehunt/MinehuntCore/pics/front.png [deleted file]
demos/declarative/minehunt/MinehuntCore/pics/quit.png [deleted file]
demos/declarative/minehunt/MinehuntCore/pics/star.png [deleted file]
demos/declarative/minehunt/MinehuntCore/qmldir [deleted file]
demos/declarative/minehunt/main.cpp
demos/declarative/minehunt/minehunt.pro
demos/declarative/minehunt/minehunt.qml [deleted file]
demos/declarative/minehunt/minehunt.qmlproject
demos/declarative/minehunt/qml/minehunt/MinehuntCore/Explosion.qml [new file with mode: 0644]
demos/declarative/minehunt/qml/minehunt/MinehuntCore/Tile.qml [new file with mode: 0644]
demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/back.png [new file with mode: 0644]
demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/background.png [new file with mode: 0644]
demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/bomb-color.png [new file with mode: 0644]
demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/bomb.png [new file with mode: 0644]
demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-sad.png [new file with mode: 0644]
demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-smile-big.png [new file with mode: 0644]
demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/face-smile.png [new file with mode: 0644]
demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/flag-color.png [new file with mode: 0644]
demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/flag.png [new file with mode: 0644]
demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/front.png [new file with mode: 0644]
demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/quit.png [new file with mode: 0644]
demos/declarative/minehunt/qml/minehunt/MinehuntCore/pics/star.png [new file with mode: 0644]
demos/declarative/minehunt/qml/minehunt/minehunt.qml [new file with mode: 0644]