summaryrefslogtreecommitdiffstats
path: root/examples/corelib/ipc/CMakeLists.txt
blob: 214fa4c553b70d3537de9c726926fdb00c584b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Generated from ipc.pro.

if(NOT TARGET Qt::Widgets)
    return()
endif()
if(QT_FEATURE_sharedmemory)
    qt_internal_add_example(sharedmemory)
endif()
if(QT_FEATURE_localserver AND TARGET Qt::Network)
    qt_internal_add_example(localfortuneserver)
    qt_internal_add_example(localfortuneclient)
endif()