From acca2da1e4578366c73a1f681a7d5cb07bbc6998 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Sun, 20 Sep 2020 20:01:50 +0100 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