From 952a672c724bd5895957a433490b63ef0b0d68d2 Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Thu, 19 Jul 2012 11:47:19 +0100 Subject: Use improved QLibrary search heuristics for QMeegoRuntime Change-Id: Ibe649c6ca7f3dad96f1e624efdb2051eb724a6fb Reviewed-by: Thiago Macieira --- tools/qmeegographicssystemhelper/qmeegoruntime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qmeegographicssystemhelper/qmeegoruntime.cpp b/tools/qmeegographicssystemhelper/qmeegoruntime.cpp index 4d31d5f..35de9aa 100644 --- a/tools/qmeegographicssystemhelper/qmeegoruntime.cpp +++ b/tools/qmeegographicssystemhelper/qmeegoruntime.cpp @@ -113,7 +113,7 @@ void QMeeGoRuntime::initialize() Q_ASSERT(libraryPrivate); QLibrary library(libraryPrivate->fileName, libraryPrivate->fullVersion); - + library.setLoadHints(QLibrary::ImprovedSearchHeuristics); bool success = library.load(); if (success) { -- cgit v0.12