Make the Clocks example use the resource system
authorTopi Reinio <topi.reinio@digia.com>
Tue, 22 Apr 2014 11:32:56 +0000 (13:32 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 23 Apr 2014 04:31:52 +0000 (06:31 +0200)
commit937fdde5d3b26291d417f856ee05ba479a6ba730
tree3f92e60d844d6bb948d05104da05f2688bad74bf
parent93fd268d531fd61c9c619adc4e08ea9cb0cb2fcd
Make the Clocks example use the resource system

Make the Clocks example use the Qt resource system and the
shared main(), in order to have easy deployment to all
platforms and support for shadow builds.

Task-number: QTBUG-37203
Change-Id: Ia235b6b2397cfaeb20f0c7ea0d6196c603b20099
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
examples/quick/demos/clocks/clocks.pro [new file with mode: 0644]
examples/quick/demos/clocks/clocks.qml
examples/quick/demos/clocks/clocks.qrc [new file with mode: 0644]
examples/quick/demos/clocks/main.cpp [new file with mode: 0644]
examples/quick/demos/demos.pro