#!/usr/bin/make -f
export DH_OPTIONS
export DH_VERBOSE=1
export QT_QPA_PLATFORM=offscreen

%:
	dh "$@" --buildsystem=cmake

# No tests needed
override_dh_auto_test:
