author: Fathi Boudra <fabo@debian.org>

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.

--- a/configure
+++ b/configure
@@ -651,6 +651,7 @@ rm -f "$outpath/config.tests/.qmake.cach
 cp "$QMAKE_VARS_FILE" "$outpath/config.tests/.qmake.cache"
 
 QMakeVar add QMAKE_LFLAGS -Wl,--as-needed
+QMakeVar add CONFIG nostrip
 
 QMakeVar add styles "cde mac motif plastique cleanlooks windows"
 QMakeVar add decorations "default windows styled"
