summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-08-30 11:19:48 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2022-08-30 15:56:59 +0200
commit135d660e1ee8b9bcd1db46173ad78694c921ce98 (patch)
treefc7129a018b2ae7bf5400de910bfc2358e172f3b
parentfcc2f7d398a31c96434a350f358e3349b582c6f5 (diff)
Prepare for moving qVersion() from qglobal.h to qlibraryinfo.h
Include qlibraryinfo.h where it's used. Change-Id: Ib2faa8aad44fe423647787131855d6d245f93a70 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
-rw-r--r--src/plugins/sceneparsers/gltfexport/gltfexporter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/sceneparsers/gltfexport/gltfexporter.cpp b/src/plugins/sceneparsers/gltfexport/gltfexporter.cpp
index b6843f9e7..2911a3d24 100644
--- a/src/plugins/sceneparsers/gltfexport/gltfexporter.cpp
+++ b/src/plugins/sceneparsers/gltfexport/gltfexporter.cpp
@@ -17,6 +17,7 @@
#include <QtCore/qtemporarydir.h>
#include <QtCore/qregularexpression.h>
#include <QtCore/qmetaobject.h>
+#include <QtCore/qlibraryinfo.h>
#include <QtGui/qvector2d.h>
#include <QtGui/qvector4d.h>
#include <QtGui/qmatrix4x4.h>