summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/tessellation-modes/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/tessellation-modes/main.cpp')
-rw-r--r--examples/qt3d/tessellation-modes/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qt3d/tessellation-modes/main.cpp b/examples/qt3d/tessellation-modes/main.cpp
index e74ec7dbd..a0eae5175 100644
--- a/examples/qt3d/tessellation-modes/main.cpp
+++ b/examples/qt3d/tessellation-modes/main.cpp
@@ -49,7 +49,7 @@
****************************************************************************/
#include "tessellatedquadmesh.h"
-#include "qt3dquickwindow.h"
+#include <Qt3DQuickExtras/qt3dquickwindow.h>
#include <Qt3DQuick/QQmlAspectEngine>
#include <QGuiApplication>
#include <qqml.h>
@@ -60,7 +60,7 @@ int main(int argc, char* argv[])
{
QGuiApplication app(argc, argv);
- Qt3DQuickWindow view;
+ Qt3DExtras::Quick::Qt3DQuickWindow view;
// Register our custom types
qmlRegisterType<TessellatedQuadMesh>("Qt3D.Examples", 1, 0, "TessellatedQuadMesh");