mkspecs/features/symbian/run_on_phone.prf
changeset 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 # make sure we have a sis file and then call 'runonphone' to execute it on the phone
       
     2 
       
     3 contains(TEMPLATE, app) {
       
     4     run_target.target = runonphone
       
     5     run_target.depends = sis
       
     6     run_target.commands = runonphone $(QT_RUN_ON_PHONE_OPTIONS) --sis "$${sis_destdir}$${TARGET}.sis" "$${TARGET}.exe" $(QT_RUN_OPTIONS)
       
     7 
       
     8     QMAKE_EXTRA_TARGETS += run_target
       
     9 }