Check for printsupport module when building according auto tests
Change-Id: I9bade7b31c75331190960cb14dee6840e3582c50 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>bb10
parent
53dc49ffc8
commit
1a6bea1ceb
|
|
@ -20,6 +20,7 @@ wince*: SUBDIRS -= printsupport
|
|||
cross_compile: SUBDIRS -= tools
|
||||
!qtHaveModule(opengl): SUBDIRS -= opengl
|
||||
!unix|embedded|!qtHaveModule(dbus): SUBDIRS -= dbus
|
||||
!qtHaveModule(widgets): SUBDIRS -= widgets printsupport
|
||||
!qtHaveModule(widgets): SUBDIRS -= widgets
|
||||
!qtHaveModule(printsupport): SUBDIRS -= printsupport
|
||||
!qtHaveModule(concurrent): SUBDIRS -= concurrent
|
||||
!qtHaveModule(network): SUBDIRS -= network
|
||||
|
|
|
|||
Loading…
Reference in New Issue