[Qgis-developer] plugin_builder.py Makefile not working

Tim Keitt tkeitt at gmail.com
Thu Sep 9 18:20:53 EDT 2010


I generated a QGIS plugin skeleton using plugin_builder.py. After
modifying the ui using Qt Designer, I figured I should be able to type
'make' and reload the plugin. The generated Makefile however does not
seem to work. Any hints?

THK

tkeitt at ubuntu-vbox:~/.qgis/python/plugins/meshpoly$ make
make: *** No rule to make target `compile', needed by `default'.  Stop.

# Makefile for a PyQGIS plugin
UI_FILES = Ui_MeshPoly.py

RESOURCE_FILES = resources.py

default: compile
	compile: $(UI_FILES) $(RESOURCE_FILES)

%.py : %.qrc
	pyrcc4 -o $@  $<

%.py : %.ui
	pyuic4 -o $@ $<

-- 
Timothy H. Keitt
http://www.keittlab.org/


More information about the Qgis-developer mailing list