supergfxctl-plasmoid/debian/rules

8 lines
178 B
Plaintext
Raw Normal View History

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