summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2023-09-28 11:30:56 -0700
committerThiago Macieira <thiago.macieira@intel.com>2023-10-06 15:01:22 -0700
commit22029a76c37d8d670479d523684a84f7966ed434 (patch)
treefb587640d39d566f9abc589dbeddd0c0836409d1
parent92d837e684e3ab619d28ad84d2ab3a1b82335173 (diff)
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. Pick-to: 6.6 Change-Id: Ifeb6206a9fa04424964bfffd17892394d19e648f Reviewed-by: Ahmad Samir <a.samirh78@gmail.com> Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
-rw-r--r--src/corelib/global/qcompilerdetection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qcompilerdetection.h b/src/corelib/global/qcompilerdetection.h
index 3703ce346c..2d2c691781 100644
--- a/src/corelib/global/qcompilerdetection.h
+++ b/src/corelib/global/qcompilerdetection.h
@@ -14,6 +14,7 @@
#define QCOMPILERDETECTION_H
#include <QtCore/qprocessordetection.h>
+#include <QtCore/qtconfiginclude.h>
/*
The compiler, must be one of: (Q_CC_x)