
.PHONY: format
format:
	find ./ -type f -name "*.qml" -exec ${HOME}/Qt/6.8.3/macos/bin/qmlformat -i {} +
