Mercurial > hg > Feedworm
diff Makefile @ 251:3ce39af93e77 pyqt5
Update to PyQt5
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 22 Oct 2017 03:40:44 +0200 |
parents | a34cb404cef3 |
children | 39080a271bf3 |
line wrap: on
line diff
--- a/Makefile Sat Oct 21 10:31:02 2017 +0200 +++ b/Makefile Sun Oct 22 03:40:44 2017 +0200 @@ -6,12 +6,12 @@ all: $(PY_FILES) $(RC_FILES) %.py: %.ui - pyuic4 -o Ui_$@ $< + pyuic5 -o Ui_$@ $< %_rc.py: %.qrc - pyrcc4 -o $@ $< + pyrcc5 -o $@ $< .PHONY: clean clean: - rm $(PY_FILES) + #rm $(PY_FILES) rm *.pyc