mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-26 13:26:24 -04:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user