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 43ec3d8d01
.
Pick-to: 6.6
Change-Id: Ifeb6206a9fa04424964bfffd17892394d19e648f
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
parent
92d837e684
commit
22029a76c3
@ -14,6 +14,7 @@
|
|||||||
#define QCOMPILERDETECTION_H
|
#define QCOMPILERDETECTION_H
|
||||||
|
|
||||||
#include <QtCore/qprocessordetection.h>
|
#include <QtCore/qprocessordetection.h>
|
||||||
|
#include <QtCore/qtconfiginclude.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The compiler, must be one of: (Q_CC_x)
|
The compiler, must be one of: (Q_CC_x)
|
||||||
|
Loading…
Reference in New Issue
Block a user