Files
qt5.12.8/examples/corelib/ipc/ipc.pro
2025-08-26 22:57:23 +08: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
}