Remove unused QMakeVar QT_NO_XCB

Grepping in Qt source code for QT_NO_XCB didn't find any
references to this variable.

Change-Id: Iabe5679f8b066facede2ac3bfc8c14ec4c0473a2
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
This commit is contained in:
Gatis Paeglis 2014-03-06 16:39:30 +01:00 committed by The Qt Project
parent e9ce4fcffa
commit 9b33aecb9b

3
configure vendored
View File

@ -5287,9 +5287,6 @@ if [ "$CFG_XCB" != "no" ]; then
CFG_XCB=no
fi
fi
if [ "$CFG_XCB" = "no" ]; then
QMakeVar add DEFINES QT_NO_XCB
fi
if [ "$CFG_DIRECTFB" != "no" ]; then
if [ -n "$PKG_CONFIG" ] && $PKG_CONFIG --exists directfb 2>/dev/null; then