diff Makefile @ 235:a34cb404cef3

remove the Ui_ prefix from the Qt designer files - The eric IDE will add it without any configuration. Rewrite the Makefile to behave as eric.
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 26 Jan 2015 13:38:55 +0100
parents 9fa1e33b67da
children 3ce39af93e77
line wrap: on
line diff
--- a/Makefile	Mon Jan 26 06:26:15 2015 +0100
+++ b/Makefile	Mon Jan 26 13:38:55 2015 +0100
@@ -6,7 +6,7 @@
 all: $(PY_FILES) $(RC_FILES)
 
 %.py: %.ui
-	pyuic4 -o $@ $<
+	pyuic4 -o Ui_$@ $<
 
 %_rc.py: %.qrc
 	pyrcc4 -o $@ $<