#!/usr/bin/make -f
# -*- makefile -*-
%:
	dh $@ 
override_dh_auto_configure:
	/usr/bin/qmake-qt4 -o Makefile qt4-fsarchiver.pro

