diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2010-03-02 09:39:54 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2010-03-02 10:16:05 (GMT) |
commit | daace2df3eb80f1b62f38151f5cc3f3b355927e7 (patch) | |
tree | 434c8313e618a8caf9af28a35679aa516c80042b /tests/auto/qsslsocket/qsslsocket.pro | |
parent | 5a028f794fe48dc7141acedbf0e896b488bb8cd5 (diff) | |
download | Qt-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.pro | 2 |
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)) |