From cf74ca19661e711871010a1d3591472f50c3fb9c Mon Sep 17 00:00:00 2001 From: Mika Fischer Date: Wed, 24 Nov 2010 02:10:14 +0100 Subject: [PATCH] Disable compiling of uic file, since it's done dynamically --- update_gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_gui.sh b/update_gui.sh index a5f7939..3319b62 100755 --- a/update_gui.sh +++ b/update_gui.sh @@ -1,4 +1,4 @@ #!/bin/bash -pyuic4 pylabel.ui > ui_pylabel.py +#pyuic4 pylabel.ui > ui_pylabel.py pyrcc4 -o qrc_icons.py icons.qrc