summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qsharedmemory/CMakeLists.txt
blob: 366e76d03416e07ee7ce11f1dc1932001b476e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Generated from qsharedmemory.pro.


if(QT_FEATURE_sharedmemory)
    #####################################################################
    ## tst_qsharedmemory Test:
    #####################################################################

    add_qt_test(tst_qsharedmemory
        SOURCES
            tst_qsharedmemory.cpp
        LIBRARIES
            Qt::CorePrivate
    )

#### Keys ignored in scope 4:.:.:test.pro:<TRUE>:
    # CONFIG = "testcase"

    ## Scopes:
    #####################################################################

    extend_target(tst_qsharedmemory CONDITION LINUX
    PUBLIC_LIBRARIES
        rt
    )

    if(NOT WINRT)
        add_subdirectory(producerconsumer)
    endif()
endif()