summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qdebug/CMakeLists.txt
blob: 067e3be04be0c2e085ef8994c3f1b6c479a483b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated from qdebug.pro.

#####################################################################
## tst_qdebug Test:
#####################################################################

qt_internal_add_test(tst_qdebug
    SOURCES
        tst_qdebug.cpp
    PUBLIC_LIBRARIES
        Qt::Concurrent
)

if (APPLE)
    target_compile_options(tst_qdebug PRIVATE -x objective-c++)
endif()