From 7b2ae0db664a5f3fe9982a409e7e493245dde8ba Mon Sep 17 00:00:00 2001 From: Andreas Holzammer Date: Wed, 30 Oct 2013 12:52:40 +0100 Subject: Better check for host builds for fails on QT_POINTER_SIZE Change-Id: I9949565617cb62e34dd4db93acc4162b24c99ff9 Reviewed-by: Simon Hausmann Reviewed-by: Oswald Buddenhagen --- src/corelib/global/qglobal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib') diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 5bb675728a..ea6639be1b 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -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 -- cgit v1.2.3