From 8f23e8b1abb8f99e3e926edb6f7321b61c544c17 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 6 Apr 2024 09:14:31 -0400 Subject: try qt6 stuff for obs --- mediaelch/debian/rules | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'mediaelch/debian/rules') diff --git a/mediaelch/debian/rules b/mediaelch/debian/rules index cb7f216..6dc3662 100755 --- a/mediaelch/debian/rules +++ b/mediaelch/debian/rules @@ -1,9 +1,14 @@ #!/usr/bin/make -f -QT_SELECT=qt5 -export QT_SELECT +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/qmake.mk +export QT_SELECT = 6 +%: + dh $@ +override_dh_auto_configure: + dh_auto_configure -- \ + -DUSE_EXTERN_QUAZIP:BOOL=ON -- cgit