1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-02-03 09:44:01 -05:00

Set plugins path for Android

This commit is contained in:
Jon Beniston 2022-12-20 11:15:36 +00:00
parent e023611bf2
commit 92e348afa2

View File

@ -88,6 +88,8 @@ void PluginManager::loadPluginsPart(const QString& pluginsSubDir)
// By default it searches in `$applicationDir/../lib/SoapySDR/`, which on Windows
// is incorrect as both `bin` and `lib` dir are set to root application dir.
qputenv("SOAPY_SDR_ROOT", applicationDirPath.toLocal8Bit());
#elif defined(ANDROID)
PluginsPath = QStringList({applicationDirPath});
#endif
// NOTE: exit on the first folder found