mkspecs/features/symbian/run_on_phone.prf
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:41:55 +0100
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
permissions -rw-r--r--
Catchup to latest Symbian^4

# make sure we have a sis file and then call 'runonphone' to execute it on the phone

contains(TEMPLATE, app) {
    run_target.target = runonphone
    run_target.depends = sis
    run_target.commands = runonphone $(QT_RUN_ON_PHONE_OPTIONS) --sis "$${sis_destdir}$${TARGET}.sis" "$${TARGET}.exe" $(QT_RUN_OPTIONS)

    QMAKE_EXTRA_TARGETS += run_target
}