This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2014-05-03 02:21:36 +02:00

27 lines
348 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
export QT_QPA_PLATFORM=minimal
override_dh_auto_configure:
qmake .
override_dh_auto_build:
make
make doc
override_dh_clean:
dh_clean
override_dh_auto_test:
make test
override_dh_install:
dh_install --fail-missing
%:
dh $@ --parallel