Print directories for QT_DEBUG_PLUGINS
So far we stayed completely silent if the user forgot to deploy all plugins, or deployed them in the wrong way. Change-Id: Idd776c4b4a2ddffd5da08985e5925248c97e0270 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
parent
2dd7f02bb9
commit
c9398312fe
@ -121,6 +121,10 @@ void QFactoryLoader::update()
|
||||
d->loadedPaths << pluginDir;
|
||||
|
||||
QString path = pluginDir + d->suffix;
|
||||
|
||||
if (qt_debug_component())
|
||||
qDebug() << "QFactoryLoader::QFactoryLoader() checking directory path" << path << "...";
|
||||
|
||||
if (!QDir(path).exists(QLatin1String(".")))
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user