summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qauthenticator/CMakeLists.txt
blob: 0989bd739588ee6807bb881f73e2572c2aab8c4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

if(NOT QT_FEATURE_private_tests)
    return()
endif()

#####################################################################
## tst_qauthenticator Test:
#####################################################################

qt_internal_add_test(tst_qauthenticator
    SOURCES
        tst_qauthenticator.cpp
    LIBRARIES
        Qt::NetworkPrivate
)