qt6-bb10/tests/auto/corelib/plugin/qfactoryloader
Ulf Hermann 6c76fdc761 Allow loading of static plugins if QT_NO_LIBRARY is set.
We keep two symbols from QPluginLoader defined, even if QT_NO_LIBRARY
is set in order to be able to locate static plugins. This doesn't
constitute any loading of shared libraries or plugins from external
files at runtime.

Using these symbols we can enable most of QFactoryLoader even if
QT_NO_LIBRARY is set. Only update(), refreshAll(), library() and
the dtor make no sense then. This way QGenericPlugin also becomes
useful with QT_NO_LIBRARY.

Task-number: QTBUG-3045
Change-Id: Ib7842ce5799e8e2caa46431d95fddd1adda0fc41
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2015-08-18 19:59:46 +00:00
..
plugin1 Update copyright headers 2015-02-11 06:49:51 +00:00
plugin2 Update copyright headers 2015-02-11 06:49:51 +00:00
test Allow loading of static plugins if QT_NO_LIBRARY is set. 2015-08-18 19:59:46 +00:00
qfactoryloader.pro Fix a crash in QFactoryLoader 2012-03-29 13:58:13 +02:00
tst_qfactoryloader.cpp Allow loading of static plugins if QT_NO_LIBRARY is set. 2015-08-18 19:59:46 +00:00