blob: 1ba441566629e7a05e70a138986f0afd5438b3ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
override_dh_auto_configure:
PATH=/opt/qt5/bin:${PATH} dh_auto_configure
%:
dh $@ --parallel
|