summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qmutex/CMakeLists.txt
blob: 41b7b1da684b51eebd6d64afbc95f4a36419ca11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated from qmutex.pro.

#####################################################################
## tst_qmutex Test:
#####################################################################

qt_internal_add_test(tst_qmutex
    SOURCES
        tst_qmutex.cpp
)

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

qt_internal_extend_target(tst_qmutex CONDITION WIN32
    PUBLIC_LIBRARIES
        Qt::CorePrivate
)