Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gjm committed Jul 4, 2010
1 parent e3f0a77 commit 3c14621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -4931,7 +4931,7 @@ void QgisApp::showPluginManager()
void QgisApp::loadPythonSupport()
{
QString pythonlibName( "qgispython" );
#ifdef Q_WS_MAC
#if defined(Q_WS_MAC) || defined(Q_OS_LINUX)
pythonlibName.prepend( QgsApplication::prefixPath() + "/lib/" );
#endif
#ifdef __MINGW32__
Expand Down

0 comments on commit 3c14621

Please sign in to comment.