#!/usr/bin/make -f
export QT_SELECT=5
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with pkgkde_symbolshelper

override_dh_auto_configure:
	echo `pkg-config --cflags peony`
	# 须在 dh_auto_configure 之前设置：跳过 tests，且不启用 --coverage（见根 CMakeLists.txt）
	export PLATFORMTHEME_SKIP_TEST=1; \
	dh_auto_configure
