
all: 
	qmake qtrootexample.pro -o Makefile.qt;
	make -f Makefile.qt

lib: all

clean: 
	@rm -f Makefile.qt *.o core
