filemanager/debian/rules

10 lines
155 B
Text
Raw Normal View History

2021-03-20 02:33:00 -07:00
#!/usr/bin/make -f
export QT_SELECT=5
%:
dh $@ --parallel
2021-03-20 02:33:00 -07:00
override_dh_auto_configure:
dh_auto_configure -- -DEMBED_TRANSLATIONS=ON -DBUILD_TESTING=ON