Better check for host builds for fails on QT_POINTER_SIZE

Change-Id: I9949565617cb62e34dd4db93acc4162b24c99ff9
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
bb10
Andreas Holzammer 2013-10-30 12:52:40 +01:00 committed by The Qt Project
parent 9927c1a2bb
commit 7b2ae0db66
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ typedef quint64 qulonglong;
# define QT_POINTER_SIZE 4
# elif defined(Q_OS_ANDROID)
# define QT_POINTER_SIZE 4 // ### Add auto-detection to Windows configure
# elif !defined(QT_BUILD_MOC) && !defined(QT_BUILD_QMAKE) && !defined(QT_BUILD_CONFIGURE)
# elif !defined(QT_BOOTSTRAPPED)
# error could not determine QT_POINTER_SIZE
# endif
#endif