1
0
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:
Edouard Griffiths
2016-03-08 13:58:53 +01:00
parent f4f8c3d2f5
commit f81820fa58
3 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -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);