summaryrefslogtreecommitdiffstats
path: root/src/plugins/tls/CMakeLists.txt
blob: f0d22e66a7fb2cc219ba4df80e8b9aff6ccfd869 (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: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

if(QT_FEATURE_securetransport)
    add_subdirectory(securetransport)
endif()

if (QT_FEATURE_openssl OR QT_FEATURE_openssl_linked)
    add_subdirectory(openssl)
endif()

if (QT_FEATURE_schannel)
    add_subdirectory(schannel)
endif()

add_subdirectory(certonly)