clean:
	make -f Makefile clean
all:
	qmake -project "CONFIG -= debug_and_release debug_and_release_target" "CONFIG += qt release" "RC_FILE = ResQPac.rc"
	qmake
	make -f Makefile
