Disable some examples for INTEGRITY.
They depend on unsupported features. Change-Id: Ia18c1560fc5cc321efb05cd3165e3e1c4b0e758f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
536da5eb6a
commit
531e449f93
@ -2,5 +2,5 @@ requires(qtHaveModule(widgets))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
# no QSharedMemory
|
||||
!vxworks:SUBDIRS = sharedmemory
|
||||
!vxworks:!integrity: SUBDIRS = sharedmemory
|
||||
!wince:qtHaveModule(network): SUBDIRS += localfortuneserver localfortuneclient
|
||||
|
@ -2,10 +2,9 @@ requires(qtHaveModule(network))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = \
|
||||
dnslookup \
|
||||
download \
|
||||
downloadmanager
|
||||
|
||||
!integrity: SUBDIRS += dnslookup
|
||||
qtHaveModule(widgets) {
|
||||
SUBDIRS += \
|
||||
blockingfortuneclient \
|
||||
@ -22,7 +21,7 @@ qtHaveModule(widgets) {
|
||||
load(qfeatures)
|
||||
!contains(QT_DISABLED_FEATURES, bearermanagement) {
|
||||
# no QProcess
|
||||
!vxworks:!qnx:!winrt:SUBDIRS += network-chat
|
||||
!vxworks:!qnx:!winrt:!integrity: SUBDIRS += network-chat
|
||||
|
||||
SUBDIRS += \
|
||||
bearermonitor \
|
||||
|
Loading…
x
Reference in New Issue
Block a user