# HG changeset patch # User Dirk Olmes # Date 1411710505 -7200 # Node ID c0ef1794e27568dc1590c8fc7ec4dacc1764a260 # Parent 1601d498cfb11bafea3417cb146f8a77b6c239f1 udpates for python3 diff -r 1601d498cfb1 -r c0ef1794e275 RemoteViewer/Makefile --- 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