~abreu-alexandre/qtcreator-plugin-ubuntu/fix-html5-app-launch-1504

« back to all changes in this revision

Viewing changes to share/qtcreator/templates/wizards/ubuntu/backend-app-qmake/projectName.pro

  • Committer: CI Train Bot
  • Author(s): nskaggs, Nicholas Skaggs
  • Date: 2015-06-16 14:47:50 UTC
  • mfrom: (391.1.14 update-qml-autopilot)
  • Revision ID: ci-train-bot@canonical.com-20150616144750-yh4z1evebap3sty2
Update qml based templates to best practicies
Approved by: Zoltan Balogh, PS Jenkins bot, Max Brustkern

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
# compiled and installed into the right place in the click package
32
32
UBUNTU_PO_FILES+=$$files(po/*.po)
33
33
 
 
34
aptest.target   = autopilot
 
35
aptest.commands = QML2_IMPORT_PATH=$$OUT_PWD/backend bash $$PWD/app/tests/autopilot/run
 
36
aptest.depends  = sub-app sub-backend-App
 
37
 
 
38
unittest.target   = check
 
39
unittest.commands = /usr/bin/qmltestrunner -input $$PWD/backend/tests/unit -import $$OUT_PWD/backend
 
40
unittest.commands += && /usr/bin/qmltestrunner -input $$PWD/app/tests/unit -import $$OUT_PWD/backend
 
41
unittest.depends  = sub-app sub-backend-App
 
42
 
 
43
QMAKE_EXTRA_TARGETS += aptest unittest
34
44