summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/network/kernel/qhostinfo_unix.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/kernel/qhostinfo_unix.cpp b/src/network/kernel/qhostinfo_unix.cpp
index d30ffb1..97fc275 100644
--- a/src/network/kernel/qhostinfo_unix.cpp
+++ b/src/network/kernel/qhostinfo_unix.cpp
@@ -96,6 +96,7 @@ static void resolveLibrary()
{
#ifndef QT_NO_LIBRARY
QLibrary lib(QLatin1String("resolv"));
+ lib.setLoadHints(QLibrary::ImprovedSearchHeuristics);
if (!lib.load())
return;