summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-07-17 15:39:52 +0200
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2018-07-19 13:31:08 +0000
commit99c3ef0789265bfb06d773b547342a1b0deb2f89 (patch)
treee16419f0264c74c7503c206fe695926b35c0fea7 /tests/auto/sql
parent82b4c79fb90c1a01165b96455ae48715c3059bbe (diff)
prune cargo-culted and obsolete winsock deps from autotests
Change-Id: I9666598d34e965d7058aeb2b2e7fb3f59600675c Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'tests/auto/sql')
-rw-r--r--tests/auto/sql/kernel/qsqlresult/qsqlresult.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/sql/kernel/qsqlresult/qsqlresult.pro b/tests/auto/sql/kernel/qsqlresult/qsqlresult.pro
index 2e4c3f998d..5c567ad771 100644
--- a/tests/auto/sql/kernel/qsqlresult/qsqlresult.pro
+++ b/tests/auto/sql/kernel/qsqlresult/qsqlresult.pro
@@ -6,5 +6,3 @@ QT = core core-private sql sql-private testlib
SOURCES += tst_qsqlresult.cpp
HEADERS += testsqldriver.h
-mingw: LIBS += -lws2_32
-