From a76492a5c019b5502da0f320048b005f33e85755 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 28 Sep 2023 11:30:56 -0700 Subject: [PATCH] qcompilerdetection: Add missing qtconfiginclude.h The Q_DECL_{IMPORT,EXPORT} macros change with the configuration, so the lack of our configuration this ended up producing inconsistent builds. Amends 43ec3d8d011f1c067be2257ba657838f2c118415. Change-Id: Ifeb6206a9fa04424964bfffd17892394d19e648f Reviewed-by: Ahmad Samir Reviewed-by: Axel Spoerl (cherry picked from commit 22029a76c37d8d670479d523684a84f7966ed434) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/global/qcompilerdetection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/global/qcompilerdetection.h b/src/corelib/global/qcompilerdetection.h index 5525be28a5f..a2c0b035973 100644 --- a/src/corelib/global/qcompilerdetection.h +++ b/src/corelib/global/qcompilerdetection.h @@ -14,6 +14,7 @@ #define QCOMPILERDETECTION_H #include +#include /* The compiler, must be one of: (Q_CC_x)