prune cargo-culted and obsolete winsock deps from autotests
Change-Id: I9666598d34e965d7058aeb2b2e7fb3f59600675c Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>bb10
parent
82b4c79fb9
commit
99c3ef0789
|
|
@ -29,10 +29,6 @@
|
|||
|
||||
#include <QtTest/QTest>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
#include <qcoreapplication.h>
|
||||
#include <qdatastream.h>
|
||||
#include <qhostaddress.h>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
CONFIG += testcase
|
||||
|
||||
SOURCES += tst_qdtls.cpp
|
||||
win32:LIBS += -lws2_32
|
||||
QT = core network-private testlib
|
||||
|
||||
TARGET = tst_qdtls
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
CONFIG += testcase
|
||||
|
||||
SOURCES += tst_qdtlscookie.cpp
|
||||
win32:LIBS += -lws2_32
|
||||
QT = core network-private testlib
|
||||
|
||||
TARGET = tst_qdtlscookie
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
CONFIG += testcase
|
||||
|
||||
SOURCES += tst_qsslcertificate.cpp
|
||||
win32:LIBS += -lws2_32
|
||||
QT = core network testlib
|
||||
|
||||
TARGET = tst_qsslcertificate
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
CONFIG += testcase
|
||||
|
||||
SOURCES += tst_qsslcipher.cpp
|
||||
win32:LIBS += -lws2_32
|
||||
QT = core network testlib
|
||||
|
||||
TARGET = tst_qsslcipher
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ CONFIG += testcase
|
|||
CONFIG += parallel_test
|
||||
|
||||
SOURCES += tst_qssldiffiehellmanparameters.cpp
|
||||
win32: LIBS += -lws2_32
|
||||
QT = core network testlib
|
||||
|
||||
TARGET = tst_qssldiffiehellmanparameters
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
CONFIG += testcase
|
||||
|
||||
SOURCES += tst_qsslellipticcurve.cpp
|
||||
win32:LIBS += -lws2_32
|
||||
QT = core network testlib
|
||||
|
||||
TARGET = tst_qsslellipticcurve
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
CONFIG += testcase
|
||||
|
||||
SOURCES += tst_qsslerror.cpp
|
||||
win32:LIBS += -lws2_32
|
||||
QT = core network testlib
|
||||
|
||||
TARGET = tst_qsslerror
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
CONFIG += testcase
|
||||
|
||||
SOURCES += tst_qsslkey.cpp
|
||||
win32:LIBS += -lws2_32
|
||||
QT = core network testlib
|
||||
qtConfig(private_tests) {
|
||||
QT += core-private network-private
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
CONFIG += testcase
|
||||
|
||||
SOURCES += tst_qsslsocket.cpp
|
||||
win32:LIBS += -lws2_32
|
||||
QT = core core-private network-private testlib
|
||||
|
||||
TARGET = tst_qsslsocket
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ CONFIG += testcase
|
|||
testcase.timeout = 300 # this test is slow
|
||||
|
||||
SOURCES += tst_qsslsocket_onDemandCertificates_member.cpp
|
||||
win32:LIBS += -lws2_32
|
||||
QT = core core-private network-private testlib
|
||||
|
||||
TARGET = tst_qsslsocket_onDemandCertificates_member
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
CONFIG += testcase
|
||||
|
||||
SOURCES += tst_qsslsocket_onDemandCertificates_static.cpp
|
||||
win32:LIBS += -lws2_32
|
||||
QT = core core-private network-private testlib
|
||||
|
||||
TARGET = tst_qsslsocket_onDemandCertificates_static
|
||||
|
|
|
|||
|
|
@ -6,5 +6,3 @@ QT = core core-private sql sql-private testlib
|
|||
SOURCES += tst_qsqlresult.cpp
|
||||
HEADERS += testsqldriver.h
|
||||
|
||||
mingw: LIBS += -lws2_32
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue