Difference between revisions of "Qt Quick development process"
(Created page with " * Get the source code * Download and Install the lastest stable version of [http://qt-project.org/downloads QtCreator] for Android * Start QtCreator and open the project file...") |
(No difference)
|
Revision as of 22:43, 8 February 2014
- Get the source code
- Download and Install the lastest stable version of QtCreator for Android
- Start QtCreator and open the project file GCompris.pro at the root of the source code
- Compile and run it.
To make it run on Android you need first to follow these instructions.