8 lines
178 B
Plaintext
Raw Normal View History

2023-08-28 14:58:51 +03:00
#!/usr/bin/make -f
2023-08-28 14:47:43 +03:00
export DH_VERBOSE = 1
2024-08-13 21:14:12 +03:00
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_WITH_QT6=ON
2023-08-28 14:47:43 +03:00
%:
dh $@