summaryrefslogtreecommitdiffstats
path: root/examples/qt3d
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2022-04-05 10:54:18 +0100
committerMike Krus <mike.krus@kdab.com>2022-04-19 09:56:53 +0000
commita0ee9d6b481fc527fc8fc618243298ec46a17329 (patch)
treeffc9ed81533b1d647816498f6ce047be0182836f /examples/qt3d
parent0b6a0c2a1afe6fc3bd6c4e345c526b4f46c049e0 (diff)
Fix compilation of example
Task-number: QTBUG-101595 Change-Id: I9578d2943768c62ad57da9d19d9ca667a2dff3e9 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'examples/qt3d')
-rw-r--r--examples/qt3d/qardboard/dummydeviceorientation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/qardboard/dummydeviceorientation.h b/examples/qt3d/qardboard/dummydeviceorientation.h
index 4f18ea4ad..44470f930 100644
--- a/examples/qt3d/qardboard/dummydeviceorientation.h
+++ b/examples/qt3d/qardboard/dummydeviceorientation.h
@@ -51,7 +51,7 @@
#ifndef DUMMY_DEVICEORIENTATION_H
#define DUMMY_DEVICEORIENTATION_H
-#include <abstractdeviceorientation.h>
+#include "abstractdeviceorientation.h"
class DummyDeviceOrientation : public AbstractDeviceOrientation
{