#!/usr/bin/make -f
%:
	dh $@ --parallel

export QT_SELECT=qt4

override_dh_auto_configure:
	dh_auto_configure -- clipgrab.pro
