On Mon, Oct 8, 2012 at 5:02 PM, Sandro Santilli <[email protected]> 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 _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
