Remove widgets config test.

Since it's not guaranteed that other Qt modules will be built by the
time qmake is run (and config.tests are created) we can't rely on
compilation.  Just check the module.pri variable for widgets instead.

Change-Id: I352cf6427b748b89b69ec17588ce0dd83065090f
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
Michael Goddard
2012-01-09 16:59:54 +10:00
committed by Qt by Nokia
parent 23470c2035
commit f7bfcdfa28
14 changed files with 15 additions and 71 deletions

View File

@@ -37,9 +37,6 @@
);
# Compile tests
%configtests = (
# Widgets (to make things easier)
"widgets" => {message => "Disabling widget related code. To enable, make sure that QtWidgets exists."},
# Windows tests
"directshow" => {},
"wmsdk" => {},