update debian/rules

This commit is contained in:
ymshenyu 2020-05-15 17:14:01 +08:00
parent 4e2efe14dc
commit cf491bc2ac

2
debian/rules vendored
View File

@ -16,6 +16,6 @@ export QT_SELECT := 5
dh $@ --buildsystem=cmake+ninja
override_dh_auto_configure:
dh_auto_configure -- -DEMBED_TRANSLATIONS=ON -DCMAKE_BUILD_TYPE=Release
dh_auto_configure -- -DEMBED_TRANSLATIONS=ON
override_dh_auto_test: