summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qstring_compat.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/tools/qstring_compat.cpp b/src/corelib/tools/qstring_compat.cpp
index 34c37a9cb8..6613dfde8e 100644
--- a/src/corelib/tools/qstring_compat.cpp
+++ b/src/corelib/tools/qstring_compat.cpp
@@ -39,9 +39,8 @@
**
****************************************************************************/
-#if defined(QSTRING_H) && !defined(QT_BOOTSTRAPPED)
+#if defined(QSTRING_H)
# error "This file cannot be compiled with pre-compiled headers"
-// (unless it's configure.exe, which is bootstrapped)
#endif
#define QT_COMPILING_QSTRING_COMPAT_CPP