diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-01-05 10:15:00 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-01-05 11:19:22 (GMT) |
commit | 1ae7c8d8f549cadda4780835d85235085cc5583c (patch) | |
tree | bea70ebe3475e628fa62441bcd95db032e4d6e08 /doc/src/platforms | |
parent | 0dc7587b4333ae201b960be01517ad9911fcb3e2 (diff) | |
download | Qt-1ae7c8d8f549cadda4780835d85235085cc5583c.zip Qt-1ae7c8d8f549cadda4780835d85235085cc5583c.tar.gz Qt-1ae7c8d8f549cadda4780835d85235085cc5583c.tar.bz2 |
Fixed "run" makefile target documentation for Symbian
"run" target no longer is just for running emulator targets.
Also added TRK for optional requirements.
Reviewed-by: axis
Diffstat (limited to 'doc/src/platforms')
-rw-r--r-- | doc/src/platforms/symbian-introduction.qdoc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/platforms/symbian-introduction.qdoc b/doc/src/platforms/symbian-introduction.qdoc index c0c4fb3..477e629 100644 --- a/doc/src/platforms/symbian-introduction.qdoc +++ b/doc/src/platforms/symbian-introduction.qdoc @@ -124,7 +124,12 @@ \row \o \c release-gcce \o Build release binaries for hardware using GCCE. \row \o \c debug-armv5 \o Build debug binaries for hardware using RVCT. \row \o \c release-armv5 \o Build release binaries for hardware using RVCT. - \row \o \c run \o Run the emulator binaries from the build directory. + \row \o \c run \o Run the application. Environment variable + \c QT_SIS_TARGET (see below) can be used to specify which + build target is run. By default it is the last build target. + Note that running the application on real device + using this command requires \c TRK application to be running + on the device. \row \o \c sis \o Create signed \c .sis file for project. \endtable |