summaryrefslogtreecommitdiffstats
path: root/src/animation
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-02-03 16:39:14 +0000
committerMike Krus <mike.krus@kdab.com>2020-02-06 05:24:18 +0000
commit0159963cf5072e05d068fd7a9b58085ac70021c1 (patch)
treeba63ca0d4e314fad1d28b9fda5902b1df15200cb /src/animation
parent64457740e0da484c79826e6b8286851e6aa8df1f (diff)
Remove QtGui module path from OpenGL related paths
Many are moving to opengl module in qt6, will make merging easier. Change-Id: I0ad08510e6999a5d887d9197fe2cb0dc21919fb9 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/animation')
-rw-r--r--src/animation/backend/gltfimporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/backend/gltfimporter.cpp b/src/animation/backend/gltfimporter.cpp
index a5127efd0..f7907b3c2 100644
--- a/src/animation/backend/gltfimporter.cpp
+++ b/src/animation/backend/gltfimporter.cpp
@@ -42,7 +42,7 @@
#include <Qt3DAnimation/private/fcurve_p.h>
#include <Qt3DAnimation/private/keyframe_p.h>
-#include <QtGui/qopengl.h>
+#include <qopengl.h>
#include <QtGui/qquaternion.h>
#include <QtGui/qvector2d.h>
#include <QtGui/qvector3d.h>