#!/usr/bin/make -f
export QT_SELECT := qt5
export CXXFLAGS = -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG
DEB_BUILD_OPTIONS=nostrip,noopt
%:
	dh $@
