diff options
| author | Sona Kurazyan <sona.kurazyan@qt.io> | 2022-08-30 11:15:44 +0200 |
|---|---|---|
| committer | Sona Kurazyan <sona.kurazyan@qt.io> | 2022-08-30 18:53:01 +0200 |
| commit | cd9939d50b36f3a8bc9d92b82839a93b7ecee35f (patch) | |
| tree | ab46873d14ea8d36c13a02d1daa15ac243a34d12 /tools/qmlprofiler/qmlprofilerapplication.cpp | |
| parent | d1f70a5326c3949904f79f8b8b0e5155e2fb5b2b (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/qmlprofiler/qmlprofilerapplication.cpp')
| -rw-r--r-- | tools/qmlprofiler/qmlprofilerapplication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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> |
