summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qpromise/CMakeLists.txt
blob: c591092257561545e0f3cebf46d5f95eb5200919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated from qpromise.pro.

#####################################################################
## tst_qpromise Test:
#####################################################################

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