improvement
This commit is contained in:
parent
74deb97d6a
commit
d605d30588
7 changed files with 45 additions and 247 deletions
|
|
@ -7,11 +7,6 @@ all: $(UI_PY_FILES)
|
|||
%_ui.py: %.ui
|
||||
$(PYUIC) -o $@ $^
|
||||
|
||||
# TODO: ugly hack, because of a usefull import by
|
||||
# Qt in the nulog_ui.py file.. But we *don't*
|
||||
# want to use a python resource file!!
|
||||
sed -i '/import nulog3_rc/D' $@
|
||||
|
||||
clean:
|
||||
rm -f *.pyc
|
||||
rm -f $(UI_PY_FILES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue