mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-02 00:02:12 -05:00
BSD handling
This commit is contained in:
parent
f11deee4de
commit
47cbd8c24a
@ -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__
|
||||
|
Loading…
x
Reference in New Issue
Block a user