summaryrefslogtreecommitdiffstats
path: root/examples/corelib/ipc/CMakeLists.txt
blob: 9cc34c8ea2cf2b51e63e13a22b2558fd65881bdd (plain)
1
2
3
4
5
6
7
8
9
10
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()