Don't build printsupport autotests when widgets aren't available
Change-Id: Ida376a75f376fc0d3696d715648c7229aec301e2 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>bb10
parent
b194575b85
commit
0f241b6f5e
|
|
@ -19,5 +19,5 @@ SUBDIRS += \
|
|||
cross_compile: SUBDIRS -= tools
|
||||
!contains(QT_CONFIG, opengl): SUBDIRS -= opengl
|
||||
!unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus
|
||||
contains(QT_CONFIG, no-widgets): SUBDIRS -= widgets
|
||||
contains(QT_CONFIG, no-widgets): SUBDIRS -= widgets printsupport
|
||||
!contains(QT_CONFIG, concurrent): SUBDIRS -= concurrent
|
||||
|
|
|
|||
Loading…
Reference in New Issue