#!/usr/bin/make -f #export DH_VERBOSE = 1 include /usr/share/dpkg/pkg-info.mk export PREFIX=/usr export DEB_BUILD_MAINT_OPTIONS = hardening=+all # Link dynamically with cmark and gumbo export QMAKE_CONFIG= external-cmark external-gumbo-parser # Tell qmake which version of kristall we're building export KRISTALL_VERSION = $(DEB_VERSION) %: dh $@