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

#####################################################################
## tst_qthread Test:
#####################################################################

qt_find_package(Threads PROVIDED_TARGETS Threads::Threads) # special case

add_qt_test(tst_qthread
    SOURCES
        ../../../../shared/emulationdetector.h
        tst_qthread.cpp
    INCLUDE_DIRECTORIES
        ../../../../shared
    LIBRARIES # special case
        Threads::Threads # special case
)

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