Files
qt-creator/tests/tests.pro
Mike McQuaid 3b703588fa Add libvalgrind tests.
Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
2011-03-04 12:33:30 +01:00

6 lines
81 B
Prolog

TEMPLATE=subdirs
SUBDIRS += auto manual tools
!win32 {
SUBDIRS += valgrind
}