summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qloggingcategory/CMakeLists.txt
blob: 027bfec9a9e1186409382ba36b1e427d075ab552 (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_qloggingcategory Test:
#####################################################################

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