summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qpluginloader.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-03-11 20:29:27 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-14 19:49:38 +0100
commite6aba2f7cd02e5b268eb764765dc935bd8ba05a3 (patch)
tree44ab0941fd04b194d48b25b5fa8aadb519da062b /src/corelib/plugin/qpluginloader.h
parent096e32d814ab7b15ed86fb731007c44736768e45 (diff)
re-enable QT_NO_LIBRARY support on Windows
the exclusion came in with the original winCE port. the reason for this is not clear. Change-Id: I8cd59d27fcc292186e5eef3238f56bad2cf320c1 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/corelib/plugin/qpluginloader.h')
-rw-r--r--src/corelib/plugin/qpluginloader.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/corelib/plugin/qpluginloader.h b/src/corelib/plugin/qpluginloader.h
index 3d1d2dbe0b..8f8833e839 100644
--- a/src/corelib/plugin/qpluginloader.h
+++ b/src/corelib/plugin/qpluginloader.h
@@ -44,11 +44,6 @@
#include <QtCore/qlibrary.h>
-#if defined(QT_NO_LIBRARY) && defined(Q_OS_WIN)
-#undef QT_NO_LIBRARY
-#pragma message("QT_NO_LIBRARY is not supported on Windows")
-#endif
-
#ifndef QT_NO_LIBRARY
QT_BEGIN_NAMESPACE