Difference between revisions of "Qt Quick development process"

From GCompris
Jump to: navigation, search
(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 23: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.