summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/run_on_phone.prf
blob: c4c7baf0b7985663dcb8b638362e02e172071e97 (plain)
1
2
3
4
5
6
7
8
9
# 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
}