blob: 366a447f0bac9ebf3c5428eba13591c86d3382c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/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 -- -DUSE_XVFB=On
override_dh_makeshlibs:
dh_makeshlibs -Xlibqmenumodel-qml.so
%:
dh $@ --parallel
|