
all:
	@(cd QtDesigner; $(MAKE))

install:
	@(cd QtDesigner; $(MAKE) install)

clean:
	@(cd QtDesigner; $(MAKE) clean)
