mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Have Windows plugins (.dll) searched by plugin manager loader. Added .pro file for filesource input plugin
This commit is contained in:
@@ -448,7 +448,7 @@ void PluginManager::loadPlugins(const QDir& dir)
|
||||
|
||||
foreach (QString fileName, pluginsDir.entryList(QDir::Files))
|
||||
{
|
||||
if (fileName.endsWith(".so"))
|
||||
if (fileName.endsWith(".so") || fileName.endsWith(".dll"))
|
||||
{
|
||||
qDebug() << "PluginManager::loadPlugins: fileName: " << qPrintable(fileName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user