qtdeclarative/demos/declarative/minehunt
Jyri Tahtela f0c87d3a1f Update licenseheader text in source files for qtdeclarative Qt module
Updated version of LGPL and FDL licenseheaders.
Apply release phase licenseheaders for all source files.

Reviewed-by: Trust Me
2011-05-24 14:43:28 +03:00
..
MinehuntCore Update licenseheader text in source files for qtdeclarative Qt module 2011-05-24 14:43:28 +03:00
README Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
main.cpp Update licenseheader text in source files for qtdeclarative Qt module 2011-05-24 14:43:28 +03:00
minehunt.cpp Update licenseheader text in source files for qtdeclarative Qt module 2011-05-24 14:43:28 +03:00
minehunt.h Update licenseheader text in source files for qtdeclarative Qt module 2011-05-24 14:43:28 +03:00
minehunt.pro Moved to using a feature profile instead of direct inclusion. 2011-04-27 12:05:43 +02:00
minehunt.qml Update licenseheader text in source files for qtdeclarative Qt module 2011-05-24 14:43:28 +03:00
minehunt.qmlproject Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
minehunt.qrc Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00

README

Minehunt has to be compiled to run.

To compile the C++ part, do 'qmake && make'.
To run, simply run the executable.
To deploy on a device, do 'make sis'.