qt5base-lts/tests/auto/network/ssl/qsslellipticcurve/qsslellipticcurve.pro
Giuseppe D'Angelo ffbfd8eda6 SSL: Add support for selecting which curves should be used by an elliptic cipher
[ChangeLog][QtNetwork][QtSSL] It is now possible to choose which elliptic
curves should be used by an elliptic curve cipher.

Change-Id: If5d0d58922768b6f1375836489180e576f5a015a
Done-with: Marc Mutz <marc.mutz@kdab.com>
Reviewed-by: Richard J. Moore <rich@kde.org>
2014-11-26 22:07:56 +01:00

9 lines
170 B
Prolog

CONFIG += testcase
CONFIG += parallel_test
SOURCES += tst_qsslellipticcurve.cpp
!wince*:win32:LIBS += -lws2_32
QT = core network testlib
TARGET = tst_qsslellipticcurve