summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/run_on_phone.prf
Commit message (Collapse)AuthorAgeFilesLines
* Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+2
| | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
* Fix Symbian handling of projects with special characters in TARGETMiikka Heikkinen2010-09-031-4/+6
| | | | | | | | | Plenty of filenames got generated with spaces which didn't work as that was not taken into account. Harmonized TARGET fixing across prf files and qmake Symbian generator code. Task-number: QTBUG-13363 Reviewed-by: Thomas Zander
* Fix run and runonphone targets for projects that have TARGET with pathMiikka Heikkinen2010-08-061-3/+5
| | | | | | | Sis files are always generated in the pro file directory even if TARGET indicates another target directory. Reviewed-by: axis
* Revert "Fixed a parsing error during sis and runonphone target creation."axis2010-07-281-1/+1
| | | | This reverts commit ebe6a5238947c30a613b61b521cb0d094efa2d02.
* Fixed a parsing error during sis and runonphone target creation.axis2010-07-211-1/+1
| | | | RevBy: Trust me
* Fixed make runonphone that looked for the package in the wrong place.axis2010-06-241-3/+7
| | | | | Task: QTBUG-11670 RevBy: Trust me
* Moved runonphone target to prf files for all build systems.axis2010-06-111-6/+23
| | | | | | This reduces code duplication. RevBy: Miikka Heikkinen
* Fixed destdir not being defined.axis2010-06-101-0/+4
| | | | | | Local variables can't be counted upon between different profiles. RevBy: Trust me
* Enable runonphone target for libraries as well.axis2010-06-101-2/+3
| | | | RevBy: Miikka Heikkinen
* Add 'runonphone' target for symbian / makefileThomas Zander2010-05-121-0/+9
This new target simply takes a sis file and runs the app on phone. Reviewed-by: Shane Kearns