forked from qt-creator/qt-creator
Utils: Fix build with Qt6.4
Amendsba3f0bc841
. Change-Id: Ib405096a51f4c2583e9e3c281bfea8f6eaa44b48 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io> (cherry picked from commit27ce963481
)
This commit is contained in:
committed by
Marcus Tillmanns
parent
e0f700406c
commit
7fd42c3e32
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QtVersionChecks>
|
#include <QtGlobal>
|
||||||
|
|
||||||
#include <QtCore/private/qabstractfileengine_p.h>
|
#include <QtCore/private/qabstractfileengine_p.h>
|
||||||
|
|
||||||
|
@@ -6,8 +6,8 @@
|
|||||||
#include "../filepath.h"
|
#include "../filepath.h"
|
||||||
#include "../hostosinfo.h"
|
#include "../hostosinfo.h"
|
||||||
|
|
||||||
#include <QtVersionChecks>
|
|
||||||
#include <QtCore/private/qabstractfileengine_p.h>
|
#include <QtCore/private/qabstractfileengine_p.h>
|
||||||
|
#include <QtGlobal>
|
||||||
|
|
||||||
namespace Utils {
|
namespace Utils {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
#include "../stringutils.h"
|
#include "../stringutils.h"
|
||||||
|
|
||||||
#include <QtCore/private/qabstractfileengine_p.h>
|
#include <QtCore/private/qabstractfileengine_p.h>
|
||||||
#include <QtVersionChecks>
|
#include <QtGlobal>
|
||||||
|
|
||||||
namespace Utils {
|
namespace Utils {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
@@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
#include <QtCore/private/qabstractfileengine_p.h>
|
#include <QtCore/private/qabstractfileengine_p.h>
|
||||||
|
|
||||||
|
#include <QtGlobal>
|
||||||
#include <QTemporaryFile>
|
#include <QTemporaryFile>
|
||||||
#include <QtVersionChecks>
|
|
||||||
|
|
||||||
namespace Utils {
|
namespace Utils {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
Reference in New Issue
Block a user