Flip a broken qtConfig condition
This amends e0c119cc
.
Change-Id: I5be65d23e176198ec9d5420a7f6fe270a4573bc3
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
9af4cb191d
commit
9bca88ea41
|
@ -73,7 +73,7 @@ qtHaveModule(widgets) {
|
||||||
SUBDIRS += $$PUBLICTESTS \
|
SUBDIRS += $$PUBLICTESTS \
|
||||||
qqmlextensionplugin
|
qqmlextensionplugin
|
||||||
SUBDIRS += $$METATYPETESTS
|
SUBDIRS += $$METATYPETESTS
|
||||||
!qtConfig(process) {
|
qtConfig(process) {
|
||||||
!contains(QT_CONFIG, no-qml-debug): SUBDIRS += debugger
|
!contains(QT_CONFIG, no-qml-debug): SUBDIRS += debugger
|
||||||
SUBDIRS += qmllint qmlplugindump
|
SUBDIRS += qmllint qmlplugindump
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue