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

#####################################################################
## tst_qthreadstorage Test:
#####################################################################

add_qt_test(tst_qthreadstorage
    SOURCES
        tst_qthreadstorage.cpp
    LIBRARIES # special case
        Threads::Threads # special case

)

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

if(NOT ANDROID)
    add_subdirectory(crashonexit)
endif()