use bootstrap atomic header only when bootstrapping

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-01-19 17:22:47 +02:00
parent e0a78e3780
commit 16aaca9714

View file

@ -219,7 +219,7 @@ public:
QT_END_NAMESPACE
QT_END_HEADER
#if defined(QT_MOC) || defined(QT_RCC) || defined(QT_UIC) || defined(QT_BOOTSTRAPPED)
#if defined(QT_BOOTSTRAPPED)
# include <qatomic_bootstrap.h>
#else
# include <qatomic_arch.h>