prune cargo-culted and obsolete winsock deps from autotests

Change-Id: I9666598d34e965d7058aeb2b2e7fb3f59600675c
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
bb10
Oswald Buddenhagen 2018-07-17 15:39:52 +02:00 committed by Timur Pocheptsov
parent 82b4c79fb9
commit 99c3ef0789
13 changed files with 0 additions and 17 deletions

View File

@ -29,10 +29,6 @@
#include <QtTest/QTest>
#ifdef Q_OS_WIN
#include <winsock2.h>
#endif
#include <qcoreapplication.h>
#include <qdatastream.h>
#include <qhostaddress.h>

View File

@ -1,7 +1,6 @@
CONFIG += testcase
SOURCES += tst_qdtls.cpp
win32:LIBS += -lws2_32
QT = core network-private testlib
TARGET = tst_qdtls

View File

@ -1,7 +1,6 @@
CONFIG += testcase
SOURCES += tst_qdtlscookie.cpp
win32:LIBS += -lws2_32
QT = core network-private testlib
TARGET = tst_qdtlscookie

View File

@ -1,7 +1,6 @@
CONFIG += testcase
SOURCES += tst_qsslcertificate.cpp
win32:LIBS += -lws2_32
QT = core network testlib
TARGET = tst_qsslcertificate

View File

@ -1,7 +1,6 @@
CONFIG += testcase
SOURCES += tst_qsslcipher.cpp
win32:LIBS += -lws2_32
QT = core network testlib
TARGET = tst_qsslcipher

View File

@ -2,7 +2,6 @@ CONFIG += testcase
CONFIG += parallel_test
SOURCES += tst_qssldiffiehellmanparameters.cpp
win32: LIBS += -lws2_32
QT = core network testlib
TARGET = tst_qssldiffiehellmanparameters

View File

@ -1,7 +1,6 @@
CONFIG += testcase
SOURCES += tst_qsslellipticcurve.cpp
win32:LIBS += -lws2_32
QT = core network testlib
TARGET = tst_qsslellipticcurve

View File

@ -1,7 +1,6 @@
CONFIG += testcase
SOURCES += tst_qsslerror.cpp
win32:LIBS += -lws2_32
QT = core network testlib
TARGET = tst_qsslerror

View File

@ -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

View File

@ -1,7 +1,6 @@
CONFIG += testcase
SOURCES += tst_qsslsocket.cpp
win32:LIBS += -lws2_32
QT = core core-private network-private testlib
TARGET = tst_qsslsocket

View File

@ -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

View File

@ -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

View File

@ -6,5 +6,3 @@ QT = core core-private sql sql-private testlib
SOURCES += tst_qsqlresult.cpp
HEADERS += testsqldriver.h
mingw: LIBS += -lws2_32