summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsslsocket/qsslsocket.pro
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-03-02 09:39:54 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-03-02 10:16:05 (GMT)
commitdaace2df3eb80f1b62f38151f5cc3f3b355927e7 (patch)
tree434c8313e618a8caf9af28a35679aa516c80042b /tests/auto/qsslsocket/qsslsocket.pro
parent5a028f794fe48dc7141acedbf0e896b488bb8cd5 (diff)
downloadQt-daace2df3eb80f1b62f38151f5cc3f3b355927e7.zip
Qt-daace2df3eb80f1b62f38151f5cc3f3b355927e7.tar.gz
Qt-daace2df3eb80f1b62f38151f5cc3f3b355927e7.tar.bz2
QAbstractSocket: Use new faster DNS function
Use qt_qhostinfo_lookup which avoids the event loop when the DNS result is already cached. Reviewed-by: Thiago
Diffstat (limited to 'tests/auto/qsslsocket/qsslsocket.pro')
-rw-r--r--tests/auto/qsslsocket/qsslsocket.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qsslsocket/qsslsocket.pro b/tests/auto/qsslsocket/qsslsocket.pro
index 147175e..541b2d9 100644
--- a/tests/auto/qsslsocket/qsslsocket.pro
+++ b/tests/auto/qsslsocket/qsslsocket.pro
@@ -32,3 +32,5 @@ wince* {
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
+
+requires(contains(QT_CONFIG,private_tests))