mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-25 05:14:34 +08:00
15 lines
411 B
CMake
15 lines
411 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
#####################################################################
|
|
## tst_qsslellipticcurve Test:
|
|
#####################################################################
|
|
|
|
qt_internal_add_test(tst_qsslellipticcurve
|
|
SOURCES
|
|
tst_qsslellipticcurve.cpp
|
|
LIBRARIES
|
|
Qt::Network
|
|
BUNDLE_ANDROID_OPENSSL_LIBS
|
|
)
|