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