Remove erroneous never referenced QT_NO_GUI define

Logic was clearly always off kilter, and this was only defined for GUI
builds

Change-Id: Ie85c156510e7c450a5192408b4c365ff07ce2029
Reviewed-by: Donald Carr <donald.carr@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Donald Carr 2012-03-09 10:26:36 +00:00 committed by Qt by Nokia
parent c50e5f321f
commit 65a9c12733

2
configure vendored
View File

@ -5793,8 +5793,6 @@ if [ "$CFG_GUI" = "auto" ]; then
fi
if [ "$CFG_GUI" = "no" ]; then
QT_CONFIG="$QT_CONFIG no-gui"
else
QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GUI"
fi