diff --git a/src/corelib/global/qlogging.cpp b/src/corelib/global/qlogging.cpp index 7e4425bd34..a860339473 100644 --- a/src/corelib/global/qlogging.cpp +++ b/src/corelib/global/qlogging.cpp @@ -205,8 +205,6 @@ static bool willLogToConsole() #if defined(Q_OS_WINRT) // these systems have no stderr, so always log to the system log return false; -#elif defined(QT_BOOTSTRAPPED) - return true; #else // rules to determine if we'll log preferably to the console: // 1) if QT_LOGGING_TO_CONSOLE is set, it determines behavior: @@ -1459,6 +1457,10 @@ static QBasicAtomicPointer