put back backendcfg to tools
This commit is contained in:
parent
833655984a
commit
1f6564c500
8 changed files with 6 additions and 8 deletions
12
weboob/tools/application/qt/Makefile
Normal file
12
weboob/tools/application/qt/Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
UI_FILES = $(wildcard *.ui)
|
||||
UI_PY_FILES = $(UI_FILES:%.ui=%_ui.py)
|
||||
PYUIC = pyuic4
|
||||
|
||||
all: $(UI_PY_FILES)
|
||||
|
||||
%_ui.py: %.ui
|
||||
$(PYUIC) -o $@ $^
|
||||
|
||||
clean:
|
||||
rm -f *.pyc
|
||||
rm -f $(UI_PY_FILES)
|
||||
Loading…
Add table
Add a link
Reference in a new issue