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

#####################################################################
## sslconfiguration Binary:
#####################################################################

qt_add_manual_test(sslconfiguration
    SOURCES
        main.cpp
    DEFINES
        QT_DEPRECATED_WARNINGS
    LIBRARIES
        Qt::Mqtt
        Qt::Network
)