summaryrefslogtreecommitdiffstats
path: root/examples/corelib/ipc/ipc.pro
blob: 68c88d75aad44ccb1d024fa07794d18f05b92d22 (plain)
1
2
3
4
5
6
7
8
9
10
requires(qtHaveModule(widgets))

TEMPLATE      = subdirs

qtConfig(sharedmemory): SUBDIRS = sharedmemory
qtHaveModule(network) {
    QT_FOR_CONFIG += network

    qtConfig(localserver): SUBDIRS += localfortuneserver localfortuneclient
}