blob: 2364c9fea279473faa0ffb476a5b9c4ac245eca8 (
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
override_dh_makeshlibs:
dh_makeshlibs -Xlibqmenumodel-qml.so
%:
dh $@ --parallel
|