mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Merge branch 'master' into dev. Build for Mac OS.
This commit is contained in:
@@ -382,7 +382,7 @@ void PluginManager::loadPlugins(const QDir& dir)
|
||||
|
||||
foreach (QString fileName, pluginsDir.entryList(QDir::Files))
|
||||
{
|
||||
if (fileName.endsWith(".so") || fileName.endsWith(".dll"))
|
||||
if (fileName.endsWith(".so") || fileName.endsWith(".dll") || fileName.endsWith(".dylib"))
|
||||
{
|
||||
qDebug() << "PluginManager::loadPlugins: fileName: " << qPrintable(fileName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user