Skip to content

Commit 3c14621

Browse files
author
gjm
committed
When qgis is installed in a non-standard place, qgis doesn't find the
python plugin library. This may help resolve #2618. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13884 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e3f0a77 commit 3c14621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4931,7 +4931,7 @@ void QgisApp::showPluginManager()
49314931
void QgisApp::loadPythonSupport()
49324932
{
49334933
QString pythonlibName( "qgispython" );
4934-
#ifdef Q_WS_MAC
4934+
#if defined(Q_WS_MAC) || defined(Q_OS_LINUX)
49354935
pythonlibName.prepend( QgsApplication::prefixPath() + "/lib/" );
49364936
#endif
49374937
#ifdef __MINGW32__

0 commit comments

Comments
 (0)