configure.exe: Build tests by default.
As does configure[.sh]. Change-Id: I5561d83a0c3959d6ae1efa5231cf2a149ad28377 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
This commit is contained in:
parent
5943874eb1
commit
b8f6ad4d1f
@ -2707,7 +2707,7 @@ void Configure::generateCachefile()
|
||||
moduleStream << "QT_BUILD_TREE = " << fixSeparators(dictionary[ "QT_BUILD_TREE" ], true) << endl;
|
||||
moduleStream << "QT_SOURCE_TREE = " << fixSeparators(dictionary[ "QT_SOURCE_TREE" ], true) << endl;
|
||||
QStringList buildParts;
|
||||
buildParts << "libs" << "examples";
|
||||
buildParts << QStringLiteral("libs") << QStringLiteral("examples") << QStringLiteral("tests");
|
||||
foreach (const QString &item, disabledBuildParts) {
|
||||
buildParts.removeAll(item);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user