diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index c11a609b81c..b3906cc247f 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -18,7 +18,7 @@ SUBDIRS += \ wince*: SUBDIRS -= printsupport cross_compile: SUBDIRS -= tools -!contains(QT_CONFIG, opengl): SUBDIRS -= opengl +isEmpty(QT.opengl.name): SUBDIRS -= opengl !unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus contains(QT_CONFIG, no-widgets): SUBDIRS -= widgets printsupport !contains(QT_CONFIG, concurrent): SUBDIRS -= concurrent