5a05348fb6
Change-Id: I536645ddf0a5ead31a2658d03984c1226a7c39c8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
11 lines
237 B
Prolog
11 lines
237 B
Prolog
requires(qtHaveModule(widgets))
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
qtConfig(sharedmemory): SUBDIRS = sharedmemory
|
|
qtHaveModule(network) {
|
|
QT_FOR_CONFIG += network
|
|
|
|
qtConfig(localserver): SUBDIRS += localfortuneserver localfortuneclient
|
|
}
|