summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qmutex/CMakeLists.txt
blob: 536802f12703d63f55899de152b24f8c7e84b1d0 (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:
#####################################################################

add_qt_test(tst_qmutex
    SOURCES
        tst_qmutex.cpp
)

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

extend_target(tst_qmutex CONDITION WIN32
    PUBLIC_LIBRARIES
        Qt::CorePrivate
)