1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

first attempt to use cpack()

This commit is contained in:
Davide Gerhard
2019-05-03 17:46:01 +02:00
parent 078012a88f
commit 74ba41a587
7 changed files with 228 additions and 99 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ void PluginManager::loadPluginsPart(const QString& pluginsSubDir)
PluginsPath << applicationDirPath + "/lib/" + pluginsSubDir;
#ifdef __APPLE__
// on SDRAngel.app
PluginsPath << applicationDirPath + "/../Frameworks/" + pluginsSubDir;
PluginsPath << applicationDirPath + "/../Resources/lib/" + pluginsSubDir;
#endif
// NOTE: exit on the first folder found