summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qpromise/CMakeLists.txt
blob: 772721a55c28b3921ef157f78e5068e949e76be6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

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

qt_internal_add_test(tst_qpromise
    SOURCES
        tst_qpromise.cpp
    LIBRARIES
        Qt::CorePrivate
)