qt6windows7/examples/corelib/ipc/ipc.pro
2023-10-29 23:33:08 +01:00

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
}