src/gui/styles/qstylefactory.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/src/gui/styles/qstylefactory.cpp	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/gui/styles/qstylefactory.cpp	Tue Jul 06 15:10:48 2010 +0300
@@ -81,7 +81,7 @@
 QT_END_INCLUDE_NAMESPACE
 #endif
 
-#if !defined(QT_NO_LIBRARY) && !defined(QT_NO_SETTINGS)
+#ifndef QT_NO_LIBRARY
 Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader,
     (QStyleFactoryInterface_iid, QLatin1String("/styles"), Qt::CaseInsensitive))
 #endif