Check for network module when building according auto tests
Change-Id: I68013bf8e07be8d202b3253f997d4f4db05335a4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
parent
a19037cc9e
commit
53dc49ffc8
@ -22,3 +22,4 @@ cross_compile: SUBDIRS -= tools
|
||||
!unix|embedded|!qtHaveModule(dbus): SUBDIRS -= dbus
|
||||
!qtHaveModule(widgets): SUBDIRS -= widgets printsupport
|
||||
!qtHaveModule(concurrent): SUBDIRS -= concurrent
|
||||
!qtHaveModule(network): SUBDIRS -= network
|
||||
|
@ -35,6 +35,13 @@ SUBDIRS=\
|
||||
qwinoverlappedionotifier
|
||||
}
|
||||
|
||||
!qtHaveModule(network): SUBDIRS -= \
|
||||
qfile \
|
||||
qiodevice \
|
||||
qprocess \
|
||||
qtextstream
|
||||
}
|
||||
|
||||
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
||||
qabstractfileengine \
|
||||
qfileinfo \
|
||||
|
@ -21,6 +21,11 @@ SUBDIRS=\
|
||||
qvariant \
|
||||
qwineventnotifier
|
||||
|
||||
!qtHaveModule(network): SUBDIRS -= \
|
||||
qeventloop \
|
||||
qobject \
|
||||
qsocketnotifier
|
||||
|
||||
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
||||
qsocketnotifier \
|
||||
qsharedmemory
|
||||
|
@ -1,3 +1,3 @@
|
||||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
qtHaveModule(network): SUBDIRS= \
|
||||
qxmlstream
|
||||
|
@ -11,6 +11,9 @@ SUBDIRS=\
|
||||
qpicture \
|
||||
qicon \
|
||||
|
||||
!qtHaveModule(network): SUBDIRS -= \
|
||||
qimagereader
|
||||
|
||||
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
||||
qpixmapcache \
|
||||
|
||||
|
@ -42,6 +42,14 @@ SUBDIRS=\
|
||||
qaccessibility \
|
||||
qaccessibilitylinux \
|
||||
|
||||
!qtHaveModule(network): SUBDIRS -= \
|
||||
baselineexample \
|
||||
headersclean \
|
||||
lancelot \
|
||||
networkselftest \
|
||||
qnetworkaccessmanager_and_qprogressdialog \
|
||||
qobjectperformance
|
||||
|
||||
testcocoon: SUBDIRS -= headersclean
|
||||
|
||||
cross_compile: SUBDIRS -= \
|
||||
|
@ -1,6 +1,8 @@
|
||||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
qxmlinputsource \
|
||||
qxml \
|
||||
|
||||
qtHaveModule(network): SUBDIRS += \
|
||||
qxmlinputsource \
|
||||
qxmlsimplereader \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user