~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to mkspecs/features/testcase_targets.prf

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# Let every project have a standard GNU `check' target
 
3
!contains(QMAKE_EXTRA_TARGETS, check) {
 
4
    contains(TEMPLATE, subdirs): \
 
5
        prepareRecursiveTarget(check)
 
6
    else: \
 
7
        check.depends = first # `make check' implies build
 
8
    QMAKE_EXTRA_TARGETS += check
 
9
}