From e3e523e58872e0169dd9ae929e4b4ea845495623 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Mon, 24 Jan 2022 10:55:59 +0000 Subject: [PATCH] _add_nostrip_for_debug_packages Qt is built in release mode and strip files by default. Set CONFIG+=nostrip to avoid the stripping and let dh_strip do it to generate debug packages. Gbp-Pq: Name 12_add_nostrip_for_debug_packages.diff --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 2b3127da6..148eb4fba 100755 --- a/configure +++ b/configure @@ -756,6 +756,8 @@ mkdir -p "$outpath/config.tests" rm -f "$outpath/config.tests/.qmake.cache" cp "$QMAKE_VARS_FILE" "$outpath/config.tests/.qmake.cache" +QMakeVar add CONFIG nostrip + QMakeVar add styles "cde mac motif plastique cleanlooks windows" QMakeVar add decorations "default windows styled" QMakeVar add mouse-drivers "pc" -- 2.30.2