From: Fathi Boudra Date: Mon, 24 Jan 2022 10:55:59 +0000 (+0000) Subject: _add_nostrip_for_debug_packages X-Git-Tag: archive/raspbian/4%4.8.7+dfsg-11+rpi1+deb9u3^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e3e523e58872e0169dd9ae929e4b4ea845495623;p=qt4-x11.git _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 --- 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"