changeset 27:c0ef1794e275

udpates for python3
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 26 Sep 2014 07:48:25 +0200
parents 1601d498cfb1
children fb7442228526
files RemoteViewer/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/RemoteViewer/Makefile	Fri Sep 26 05:58:53 2014 +0200
+++ b/RemoteViewer/Makefile	Fri Sep 26 07:48:25 2014 +0200
@@ -5,10 +5,10 @@
 all: $(UI_PY_FILES) $(RC_FILES)
 
 Ui_%.py: %.ui
-	pyuic4 -o $@ $<
+	pyuic4 --from-imports -o $@ $<
 
 %_rc.py: %.qrc
-	pyrcc4 -o $@ $<
+	pyrcc4 -py3 -o $@ $<
 
 .PHONY: clean