From 096e32d814ab7b15ed86fb731007c44736768e45 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 12 Mar 2013 19:38:01 +0100 Subject: simplify/fix QT_BOOTSTRAPPED-related #ifdefs don't test for building specific tools when we actually only want to know whether we are bootstrapping. so far, this was only redundant; with the upcoming change of not bootstrapping unnecessarily it would be outright broken. Change-Id: I7600d8ebb14a4194640c50035e35a04263f2ccce Reviewed-by: Joerg Bornemann --- src/corelib/thread/qbasicatomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/thread') diff --git a/src/corelib/thread/qbasicatomic.h b/src/corelib/thread/qbasicatomic.h index 5c5d2637b3..b5a402857c 100644 --- a/src/corelib/thread/qbasicatomic.h +++ b/src/corelib/thread/qbasicatomic.h @@ -44,7 +44,7 @@ #ifndef QBASICATOMIC_H #define QBASICATOMIC_H -#if defined(QT_MOC) || defined(QT_BUILD_QMAKE) || defined(QT_RCC) || defined(QT_UIC) || defined(QT_BOOTSTRAPPED) +#if defined(QT_BOOTSTRAPPED) # include // Compiler dependent implementation -- cgit v1.2.3