diff -r 93b982ccede2 -r 5daf16870df6 src/gui/accessible/qaccessible.cpp --- a/src/gui/accessible/qaccessible.cpp Mon Jun 21 22:38:13 2010 +0100 +++ b/src/gui/accessible/qaccessible.cpp Thu Jul 22 16:41:55 2010 +0100 @@ -389,7 +389,7 @@ \internal */ -#if !defined(QT_NO_LIBRARY) && (!defined(QT_NO_SETTINGS) || !defined(Q_OS_WIN)) +#ifndef QT_NO_LIBRARY Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader, (QAccessibleFactoryInterface_iid, QLatin1String("/accessible"))) #endif @@ -532,7 +532,7 @@ if (iface) return iface; } -#if !defined(QT_NO_LIBRARY) && (!defined(QT_NO_SETTINGS) || !defined(Q_OS_WIN)) +#ifndef QT_NO_LIBRARY QAccessibleFactoryInterface *factory = qobject_cast(loader()->instance(cn)); if (factory) { iface = factory->create(cn, object);