summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslsocket_onDemandCertificates_static
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-08-18 18:32:00 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-21 19:05:52 +0200
commit7978cef796cda44a73ead0f97d77e61c08a0017f (patch)
treecc452556c0b71601fda7b476d589669ae4003d1a /tests/auto/network/ssl/qsslsocket_onDemandCertificates_static
parentbc4ce284ade4e3584370a74a0cc6aadc40301231 (diff)
tests: Make the QT assignments more explicit
Remove unused 'QT -= gui' and replace some others with 'QT = core ...' Change-Id: I2d14fae963afc21dbd21a4acdbba2c30cdf8fa61 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tests/auto/network/ssl/qsslsocket_onDemandCertificates_static')
-rw-r--r--tests/auto/network/ssl/qsslsocket_onDemandCertificates_static/qsslsocket_onDemandCertificates_static.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/network/ssl/qsslsocket_onDemandCertificates_static/qsslsocket_onDemandCertificates_static.pro b/tests/auto/network/ssl/qsslsocket_onDemandCertificates_static/qsslsocket_onDemandCertificates_static.pro
index 06fad48d5a..8a95e11780 100644
--- a/tests/auto/network/ssl/qsslsocket_onDemandCertificates_static/qsslsocket_onDemandCertificates_static.pro
+++ b/tests/auto/network/ssl/qsslsocket_onDemandCertificates_static/qsslsocket_onDemandCertificates_static.pro
@@ -3,8 +3,7 @@ CONFIG += parallel_test
SOURCES += tst_qsslsocket_onDemandCertificates_static.cpp
!wince*:win32:LIBS += -lws2_32
-QT += core-private network-private testlib
-QT -= gui
+QT = core core-private network-private testlib
TARGET = tst_qsslsocket_onDemandCertificates_static