#!/usr/bin/make -f

%:
	dh $@ -Skf6+ninja --with kf6

override_dh_auto_configure:
	dh_auto_configure -- \
	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
	-DK3B_ENABLE_HAL_SUPPORT=OFF

#	exit 1

execute_after_dh_auto_install:
	chmod -x debian/tmp/usr/share/kio/servicemenus/*.desktop

#override_dh_auto_test:
