Check for network module when building according examples
Change-Id: Id17ba13988e37fa583948f4861b44bb1f05bf375 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
f73ddd4dfb
commit
f9fc180d50
@ -3,4 +3,4 @@ requires(qtHaveModule(widgets))
|
||||
TEMPLATE = subdirs
|
||||
# no QSharedMemory
|
||||
!vxworks:!qnx:SUBDIRS = sharedmemory
|
||||
!wince*: SUBDIRS += localfortuneserver localfortuneclient
|
||||
!wince*:qtHaveModule(network): SUBDIRS += localfortuneserver localfortuneclient
|
||||
|
@ -1,3 +1,5 @@
|
||||
requires(qtHaveModule(network))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = \
|
||||
dnslookup \
|
||||
|
@ -4,7 +4,9 @@ SUBDIRS = htmlinfo \
|
||||
|
||||
qtHaveModule(widgets) {
|
||||
SUBDIRS += dombookmarks \
|
||||
rsslisting \
|
||||
saxbookmarks \
|
||||
streambookmarks
|
||||
|
||||
qtHaveModule(network): SUBDIRS += \
|
||||
rsslisting
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user