#!/usr/bin/make -f
# -*- makefile -*-

export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed

CMAKE_ARGS = -DBUILD_QT6=OFF -DBUILD_QT5=ON

%:
	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp

override_dh_auto_configure:
	dh_auto_configure -- $(CMAKE_ARGS)

override_dh_auto_test:
	# Disable auto tests at build time
	:
