mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
use bootstrap atomic header only when bootstrapping
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e0a78e3780
commit
16aaca9714
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue