Makefile: postprocess _ui.rb files.
This commit is contained in:
parent
4f12493604
commit
f97de2c262
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -93,6 +93,9 @@ install-ui: $(RBUI_FILES)
|
|||
|
||||
%_ui.rb: %.ui
|
||||
rbuic4 -x $< -o $@
|
||||
sed -e 's/^module Ui/module Qasim ; module Ui/' \
|
||||
-e 's/^end # module Ui/end ; end # module Qasim and Ui/' \
|
||||
-i $@
|
||||
|
||||
|
||||
## BINARY SECTION
|
||||
|
|
Loading…
Reference in a new issue