mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-20 18:33:38 -04:00

See <https://qt-kde-team.pages.debian.net/packagingqtbasedstuff.html>, it's needed for bionic compat.
7 lines
99 B
Makefile
Executable File
7 lines
99 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export QT_SELECT=qt5
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
%:
|
|
dh $@
|