RedPanda-CPP/packages/debian/rules

18 lines
335 B
Plaintext
Raw Normal View History

2022-01-06 16:24:03 +08:00
#!/usr/bin/make -f
#DH_VERBOSE = 1
export QT_SELECT=qt5
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh ${@} --buildsystem qmake
2024-03-07 16:28:45 +08:00
override_dh_auto_build:
dh_auto_build -O--buildsystem qmake
override_dh_auto_install:
dh_auto_install -O--buildsystem=qmake
dh_install debian/compiler_hint.lua usr/libexec/RedPandaCPP
endif