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
@@ -1,7 +1,7 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
# These examples all need widgets for now (using creator templates that use widgets)
|
||||
contains(config_test_widgets, yes) {
|
||||
!isEmpty(QT.widgets.name) {
|
||||
SUBDIRS += \
|
||||
radio \
|
||||
camera \
|
||||
|
||||
Reference in New Issue
Block a user