exclude gui-needing tests from -no-gui build
Change-Id: I91f7211efe44cbb41aa3058f85869a6babf121f3 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
parent
27b10259bc
commit
bae926e66d
@ -23,6 +23,7 @@ wince*: SUBDIRS -= printsupport
|
||||
cross_compile: SUBDIRS -= tools
|
||||
!qtHaveModule(opengl): SUBDIRS -= opengl
|
||||
!unix|embedded|!qtHaveModule(dbus): SUBDIRS -= dbus
|
||||
!qtHaveModule(gui): SUBDIRS -= gui cmake
|
||||
!qtHaveModule(widgets): SUBDIRS -= widgets
|
||||
!qtHaveModule(printsupport): SUBDIRS -= printsupport
|
||||
!qtHaveModule(concurrent): SUBDIRS -= concurrent
|
||||
|
@ -38,6 +38,10 @@ SUBDIRS=\
|
||||
qwinoverlappedionotifier
|
||||
}
|
||||
|
||||
!qtHaveModule(gui): SUBDIRS -= \
|
||||
qdatastream \
|
||||
qsettings
|
||||
|
||||
!qtHaveModule(network): SUBDIRS -= \
|
||||
qfile \
|
||||
qiodevice \
|
||||
|
@ -1,10 +1,12 @@
|
||||
TEMPLATE=subdirs
|
||||
|
||||
SUBDIRS = qabstractitemmodel \
|
||||
qstringlistmodel \
|
||||
|
||||
qtHaveModule(gui): SUBDIRS += \
|
||||
qabstractproxymodel \
|
||||
qidentityproxymodel \
|
||||
qitemselectionmodel \
|
||||
qstringlistmodel \
|
||||
|
||||
qtHaveModule(widgets): SUBDIRS += \
|
||||
qitemmodel \
|
||||
|
@ -21,6 +21,9 @@ SUBDIRS=\
|
||||
qvariant \
|
||||
qwineventnotifier
|
||||
|
||||
!qtHaveModule(gui): SUBDIRS -= \
|
||||
qmimedata
|
||||
|
||||
!qtHaveModule(network): SUBDIRS -= \
|
||||
qeventloop \
|
||||
qobject \
|
||||
|
Loading…
Reference in New Issue
Block a user