Added build system support for installing tests.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Thu, 17 Nov 2011 05:39:19 +0000 (15:39 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 22 Nov 2011 23:13:46 +0000 (00:13 +0100)
commit9ffd7a339f0da644c95e71583134263c06745ed5
tree4407a01b28fffdd0474f60ae367ec6551737f82f
parenta25d0ef3c24286602f7d9e80206b37f8ada7ac04
Added build system support for installing tests.

Tests will install under $$[QT_INSTALL_TESTS].

TESTDATA may be used to install additional testdata required by the
test.

The default install rule may be disabled by
CONFIG+=no_testcase_installs.

Change-Id: I204de60c8e844775906ffd016ca50bffbb414142
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
configure
mkspecs/features/testcase.prf
qmake/option.h
qmake/property.cpp
src/corelib/global/qlibraryinfo.cpp
src/corelib/global/qlibraryinfo.h
tests/auto/widgets/kernel/qlayout/qlayout.pro
tools/configure/configureapp.cpp