aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-08-30 11:15:44 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2022-08-30 18:53:01 +0200
commitcd9939d50b36f3a8bc9d92b82839a93b7ecee35f (patch)
treeab46873d14ea8d36c13a02d1daa15ac243a34d12 /tools
parentd1f70a5326c3949904f79f8b8b0e5155e2fb5b2b (diff)
Prepare for moving qVersion() from qglobal.h to qlibraryinfo.h
Include qlibraryinfo.h where it's used. Change-Id: Ie2ea09458380e012f594e765b50a311a20b423d8 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmlpreview/qmlpreviewapplication.cpp1
-rw-r--r--tools/qmlprofiler/qmlprofilerapplication.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/qmlpreview/qmlpreviewapplication.cpp b/tools/qmlpreview/qmlpreviewapplication.cpp
index d7bbad08f0..e925ef036e 100644
--- a/tools/qmlpreview/qmlpreviewapplication.cpp
+++ b/tools/qmlpreview/qmlpreviewapplication.cpp
@@ -14,6 +14,7 @@
#include <QtCore/QCommandLineParser>
#include <QtCore/QTemporaryFile>
#include <QtCore/QUrl>
+#include <QtCore/QLibraryInfo>
QmlPreviewApplication::QmlPreviewApplication(int &argc, char **argv) :
QCoreApplication(argc, argv),
diff --git a/tools/qmlprofiler/qmlprofilerapplication.cpp b/tools/qmlprofiler/qmlprofilerapplication.cpp
index 2c2a387ff7..da4ef10904 100644
--- a/tools/qmlprofiler/qmlprofilerapplication.cpp
+++ b/tools/qmlprofiler/qmlprofilerapplication.cpp
@@ -11,6 +11,7 @@
#include <QtCore/QDebug>
#include <QtCore/QCommandLineParser>
#include <QtCore/QTemporaryFile>
+#include <QtCore/QLibraryInfo>
#include <iostream>