~timo-jyrinki/ubuntu-ui-toolkit/test_jenkins_3_fail

« back to all changes in this revision

Viewing changes to apicheck/apicheck.pro

  • Committer: Christian Dywan
  • Date: 2015-11-30 15:39:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1755.
  • Revision ID: christian.dywan@canonical.com-20151130153952-608ys88e6br7wkth
C++ types for apicheck testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
apicheck.path = $$installPath
9
9
apicheck.files = apicheck
10
10
INSTALLS += apicheck
11
 
 
12
 
check.commands += $${ROOT_SOURCE_DIR}/tests/qmlapicheck.sh || exit 1;
13
 
check.commands += $${ROOT_SOURCE_DIR}/tests/apicheck/test/test.sh || exit 1;