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:
parent
e9ce4fcffa
commit
9b33aecb9b
3
configure
vendored
3
configure
vendored
@ -5287,9 +5287,6 @@ if [ "$CFG_XCB" != "no" ]; then
|
|||||||
CFG_XCB=no
|
CFG_XCB=no
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "$CFG_XCB" = "no" ]; then
|
|
||||||
QMakeVar add DEFINES QT_NO_XCB
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$CFG_DIRECTFB" != "no" ]; then
|
if [ "$CFG_DIRECTFB" != "no" ]; then
|
||||||
if [ -n "$PKG_CONFIG" ] && $PKG_CONFIG --exists directfb 2>/dev/null; then
|
if [ -n "$PKG_CONFIG" ] && $PKG_CONFIG --exists directfb 2>/dev/null; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user