#!/usr/bin/make -f

%:
	QT_SELECT=5 dh $@

override_dh_auto_install:
	$(MAKE) DESTDIR=$$(pwd)/debian/socnetv install
