#!/usr/bin/make -f
# SPDX-License-Identifier: LGPL-2.0-or-later
# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr@jriddell.org>

export QT_SELECT=qt6
export QT_MAJOR_VERSION=6

%:
	dh $@ --with kf6 --buildsystem kf6

override_dh_auto_configure:
	dh_auto_configure -- -DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON -DBUILD_WITH_QT6=ON -DQT_MAJOR_VERSION=6

override_dh_auto_test:
	# Disable dh_auto_test
	:
