defs.mk, exe.mk, rules.mk: Add support for QT ui generation from .ui files

This commit is contained in:
Jan Lindemann 2005-01-18 19:18:58 +00:00 committed by Jan Lindemann
commit a4079714c3
3 changed files with 31 additions and 4 deletions

View file

@ -14,5 +14,5 @@ run: $(EXE) $(EXE_BIN)
$(EXPORT_LD_LIB_PATH); ./$(EXE) $(EXE_ARGS)
strace: $(EXE) $(EXE_BIN)
$(EXPORT_LD_LIB_PATH); strace -f ./$(EXE) $(EXE_ARGS)
clean: execlean localclean
clean: execlean localclean mocclean uicclean