Make -force-debug-info option work
Should be applied to Qt modules. Not interesting for third party users. Change-Id: I8fce821af397e3ace011a426c762319f6d30004f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
parent
e265a1a4bd
commit
01292ac849
2
configure
vendored
2
configure
vendored
@ -2609,7 +2609,7 @@ if [ "$CFG_DEBUG_RELEASE" = "yes" ]; then
|
||||
fi
|
||||
|
||||
if [ "$CFG_FORCEDEBUGINFO" = "yes" ]; then
|
||||
QT_CONFIG="$QT_CONFIG force_debug_info"
|
||||
QMAKE_CONFIG="$QMAKE_CONFIG force_debug_info"
|
||||
fi
|
||||
|
||||
# pass on $CFG_SDK to the arch/configure tests.
|
||||
|
@ -2545,7 +2545,7 @@ void Configure::generateOutputVars()
|
||||
qtConfig += "build_all";
|
||||
}
|
||||
if (dictionary[ "FORCEDEBUGINFO" ] == "yes")
|
||||
qtConfig += "force_debug_info";
|
||||
qmakeConfig += "force_debug_info";
|
||||
qmakeConfig += dictionary[ "BUILD" ];
|
||||
dictionary[ "QMAKE_OUTDIR" ] = dictionary[ "BUILD" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user