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
|
TEMPLATE = subdirs
|
||||||
# no QSharedMemory
|
# no QSharedMemory
|
||||||
!vxworks:SUBDIRS = sharedmemory
|
!vxworks:!integrity: SUBDIRS = sharedmemory
|
||||||
!wince:qtHaveModule(network): SUBDIRS += localfortuneserver localfortuneclient
|
!wince:qtHaveModule(network): SUBDIRS += localfortuneserver localfortuneclient
|
||||||
|
@ -2,10 +2,9 @@ requires(qtHaveModule(network))
|
|||||||
|
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
dnslookup \
|
|
||||||
download \
|
download \
|
||||||
downloadmanager
|
downloadmanager
|
||||||
|
!integrity: SUBDIRS += dnslookup
|
||||||
qtHaveModule(widgets) {
|
qtHaveModule(widgets) {
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
blockingfortuneclient \
|
blockingfortuneclient \
|
||||||
@ -22,7 +21,7 @@ qtHaveModule(widgets) {
|
|||||||
load(qfeatures)
|
load(qfeatures)
|
||||||
!contains(QT_DISABLED_FEATURES, bearermanagement) {
|
!contains(QT_DISABLED_FEATURES, bearermanagement) {
|
||||||
# no QProcess
|
# no QProcess
|
||||||
!vxworks:!qnx:!winrt:SUBDIRS += network-chat
|
!vxworks:!qnx:!winrt:!integrity: SUBDIRS += network-chat
|
||||||
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
bearermonitor \
|
bearermonitor \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user