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:
committed by
Qt by Nokia
parent
23470c2035
commit
f7bfcdfa28
@@ -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" => {},
|
||||
|
||||
Reference in New Issue
Block a user