summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/ipc/CMakeLists.txt
blob: 751d09378844afc7d8df2a3df50f81a853a0f273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2022 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause

if(NOT ANDROID AND NOT UIKIT)
    if(QT_FEATURE_sharedmemory OR QT_FEATURE_systemsemaphore)
        add_subdirectory(qnativeipckey)
    endif()
    if(QT_FEATURE_sharedmemory)
        add_subdirectory(qsharedmemory)
    endif()
    if(QT_FEATURE_systemsemaphore)
        add_subdirectory(qsystemsemaphore)
    endif()
endif()