summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadstorage/CMakeLists.txt
blob: 52a928863c79be3f7164a8d648aa4f0eee366b2f (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 AND NOT WINRT)
    add_subdirectory(crashonexit)
endif()