2016-11-08 15:02:32 +08:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
# -*- makefile -*-
|
2017-12-14 15:32:57 +08:00
|
|
|
export QT_SELECT=5
|
2016-11-08 15:02:32 +08:00
|
|
|
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
|
|
|
|
%:
|
2017-05-02 10:54:34 +08:00
|
|
|
dh $@ --parallel
|
2017-05-11 11:21:37 +08:00
|
|
|
|