#!/usr/bin/make -f

%:
	dh $@ --buildsystem=qmake6

override_dh_auto_configure:
	dh_auto_configure --buildsystem=qmake6 --builddir=build-wfview -- ../wfview.pro
	dh_auto_configure --buildsystem=qmake6 --builddir=build-wfserver -- ../wfserver.pro

override_dh_auto_build:
	dh_auto_build --buildsystem=qmake6 --builddir=build-wfview
	dh_auto_build --buildsystem=qmake6 --builddir=build-wfserver

override_dh_auto_install:
	dh_auto_install --buildsystem=qmake6 --builddir=build-wfview
	dh_auto_install --buildsystem=qmake6 --builddir=build-wfserver
