BSD handling

This commit is contained in:
Nyall Dawson 2020-04-09 12:25:03 +10:00
parent f11deee4de
commit 47cbd8c24a

View File

@ -103,7 +103,7 @@ void ConsoleFeedback::showTerminalProgress( double progress )
std::unique_ptr< QgsPythonUtils > loadPythonSupport()
{
QString pythonlibName( QStringLiteral( "qgispython" ) );
#if defined(Q_OS_MAC) || defined(Q_OS_LINUX)
#if defined(Q_OS_UNIX) and !defined(Q_OS_ANDROID)
pythonlibName.prepend( QgsApplication::libraryPath() );
#endif
#ifdef __MINGW32__