forked from openkylin/qt5-ukui-platformtheme
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
export QT_SELECT=5
|
||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||
|
|
||
|
%:
|
||
|
dh $@ --with pkgkde_symbolshelper
|
||
|
|
||
|
override_dh_auto_configure:
|
||
|
echo `pkg-config --cflags peony`
|
||
|
dh_auto_configure
|