Fix tests for build with -no-gui
Change-Id: I48d5452daeaf3490ed7a5b8c30953da019bb33af Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Kevin Funk <kevin.funk@kdab.com>bb10
parent
f319b9b43c
commit
4ccfb1eb92
|
|
@ -24,7 +24,7 @@ ios: SUBDIRS = corelib gui
|
|||
wince: SUBDIRS -= printsupport
|
||||
cross_compile: SUBDIRS -= tools
|
||||
!qtHaveModule(opengl): SUBDIRS -= opengl
|
||||
!qtHaveModule(gui): SUBDIRS -= gui cmake
|
||||
!qtHaveModule(gui): SUBDIRS -= gui cmake installed_cmake
|
||||
!qtHaveModule(widgets): SUBDIRS -= widgets
|
||||
!qtHaveModule(printsupport): SUBDIRS -= printsupport
|
||||
!qtHaveModule(concurrent): SUBDIRS -= concurrent
|
||||
|
|
|
|||
|
|
@ -24,6 +24,10 @@ SUBDIRS=\
|
|||
windowsmobile \
|
||||
toolsupport \
|
||||
|
||||
!qtHaveModule(gui): SUBDIRS -= \
|
||||
qcomplextext \
|
||||
qprocess_and_guieventloop \
|
||||
|
||||
!qtHaveModule(widgets): SUBDIRS -= \
|
||||
gestures \
|
||||
lancelot \
|
||||
|
|
|
|||
Loading…
Reference in New Issue