[Qgis-developer] testing core python plugins from build tree

Martin Dobias wonder.sk at gmail.com
Tue Oct 9 15:37:25 PDT 2012


On Mon, Oct 8, 2012 at 5:02 PM, Sandro Santilli <strk at keybit.net> wrote:
> I've seen there's a ticket for this problem already:
> http://hub.qgis.org/issues/5879
> would it just be a matter of installing the python plugins under
> output/ dir and set an environment variable to force scan of
> a dir before the others ?

Yes, the solution is to copy plugin's source files to output/ dir
together with the generated ones during 'make' in addition to 'make
install'. But still you probably would want to symlink your plugin to
~/.qgis/python/plugins because otherwise you would need to run 'make'
every time after changing your source .py files to get it updated
within output/ dir.

Martin


More information about the Qgis-developer mailing list