Remove 'tests' as default build part.
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>
Wed, 21 Mar 2012 10:15:22 +0000 (11:15 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 27 Mar 2012 10:01:59 +0000 (12:01 +0200)
commitac02d4e7adf5df01379398e0fa759ec64f19819f
tree3f38a334cb436784301c12feb3677cbbdbd16665
parentb72fd8482e9bfbf924fe05e6efdb58a6bb25b887
Remove 'tests' as default build part.

This requires 'configure -make tests' if you want to automatically
build autotests for a module by default.

You can still go into the individual tests/ directories and
    'qmake && make check'
to build and run the autotests.

configure -developer-build will enable the tests by default,
like it did in Qt4.

Change-Id: If4d870987de0947a8328509dcc227fa9e6284201
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
configure
tools/configure/configureapp.cpp