Append prefix to plugin name when running on Android.

Android libraries can't be placed inside subdirectory, so to
distinguish plugins from regular libraries the new prefix is used.
This commit is contained in:
DreamNik
2024-10-30 07:54:54 +01:00
committed by f4exb
parent 34cf612031
commit 7edc1314aa
135 changed files with 282 additions and 265 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ private:
static const QString m_testMIMOHardwareID; //!< Test MIMO hardware ID
static const QString m_testMIMODeviceTypeID; //!< Test MIMO plugin ID
void loadPluginsDir(const QDir& dir);
void loadPluginsDir(const QDir& dir, const QStringList& filter);
};
static inline bool operator<(const PluginManager::Plugin& a, const PluginManager::Plugin& b)