Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow loading plugins from output dir
See http://hub.qgis.org/issues/5879

Still needs to find plugins under output/ dir for them to be
loaded ...
  • Loading branch information
Sandro Santilli committed Oct 19, 2012
1 parent 3420e1d commit 6461a01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/python/qgspythonutilsimpl.cpp
Expand Up @@ -445,9 +445,6 @@ QString QgsPythonUtilsImpl::pythonPath()

QString QgsPythonUtilsImpl::pluginsPath()
{
if ( QgsApplication::isRunningFromBuildDir() )
return QString(); // plugins not used
else
return pythonPath() + "/plugins";
}

Expand Down

0 comments on commit 6461a01

Please sign in to comment.