examples: Add localserver feature check for localfortune examples
Change-Id: I536645ddf0a5ead31a2658d03984c1226a7c39c8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
f3397ec659
commit
5a05348fb6
@ -3,4 +3,8 @@ requires(qtHaveModule(widgets))
|
|||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
|
|
||||||
qtConfig(sharedmemory): SUBDIRS = sharedmemory
|
qtConfig(sharedmemory): SUBDIRS = sharedmemory
|
||||||
qtHaveModule(network): SUBDIRS += localfortuneserver localfortuneclient
|
qtHaveModule(network) {
|
||||||
|
QT_FOR_CONFIG += network
|
||||||
|
|
||||||
|
qtConfig(localserver): SUBDIRS += localfortuneserver localfortuneclient
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user