#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh  $@

# qmake builder was introduced only in dh 7.4.12.  For the sake of
# easy backporting (whenever we get libqt4-dev>=4.5.0), lets manually
# invoke qmake-qt4
override_dh_auto_configure:
	qmake-qt4 QMAKE_STRIP=: PREFIX=/usr

