mirror of https://github.com/qt/qtgamepad.git
Fix SDL plugin building on PPC64le
SDL.h redefines bool, which breaks the build. Task-number: QTBUG-60679 Change-Id: I1ae833b26e867c0127000d8b09eb53fe8cdac0b8 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
0d75b0cfa8
commit
fcffc32b64
|
|
@ -38,6 +38,8 @@
|
|||
#include <QtCore/QDebug>
|
||||
|
||||
#include <SDL.h>
|
||||
// Reset bool redefinition from SDL header
|
||||
#undef bool
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue