Prepare for moving qVersion() from qglobal.h to qlibraryinfo.h

Include qlibraryinfo.h where it's used.

Change-Id: I31afbca9c69e39eb05175704487ade1e8ae42eee
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Sona Kurazyan
2022-08-30 13:29:36 +02:00
parent de57a63609
commit 60a045299d
5 changed files with 5 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
#include "networkaccessmanager.h"
#include <QCoreApplication>
#include <QLibraryInfo>
#include <QLocale>
#include <QNetworkReply>

View File

@@ -33,6 +33,7 @@
#include <QDir>
#include <QDirIterator>
#include <QLibraryInfo>
#include <QTemporaryFile>
#include <QVariant>
#include <QVersionNumber>

View File

@@ -36,6 +36,7 @@
#include <QApplication>
#include <QDebug>
#include <QLibraryInfo>
#include <QStandardPaths>
#include <QSysInfo>

View File

@@ -52,6 +52,7 @@
#include <iostream>
#include <QCoreApplication>
#include <QLibraryInfo>
#include <QStringList>
void printHelp(const Operation *op)

View File

@@ -38,6 +38,7 @@
#endif
#include <QtGlobal>
#include <QLibraryInfo>
#include <private/qdatetime_p.h>
#include <private/qfile_p.h>