summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qpromise/CMakeLists.txt
blob: 3cc20cafd7f55947e2ad553deed98b328e426181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#####################################################################
## tst_qpromise Test:
#####################################################################

qt_add_test(tst_qpromise
    SOURCES
        tst_qpromise.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
    LIBRARIES
        Threads::Threads  # solves issue with libpthread linkage
)