summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/rhi/io
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/renderers/rhi/io')
-rw-r--r--src/plugins/renderers/rhi/io/io.pri8
-rw-r--r--src/plugins/renderers/rhi/io/rhibuffer.cpp3
2 files changed, 2 insertions, 9 deletions
diff --git a/src/plugins/renderers/rhi/io/io.pri b/src/plugins/renderers/rhi/io/io.pri
deleted file mode 100644
index bac06ba95..000000000
--- a/src/plugins/renderers/rhi/io/io.pri
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDEPATH += $$PWD
-
-SOURCES += \
- $$PWD/rhibuffer.cpp
-
-HEADERS += \
- $$PWD/rhibuffer_p.h
-
diff --git a/src/plugins/renderers/rhi/io/rhibuffer.cpp b/src/plugins/renderers/rhi/io/rhibuffer.cpp
index 868c49cfe..9607e8c32 100644
--- a/src/plugins/renderers/rhi/io/rhibuffer.cpp
+++ b/src/plugins/renderers/rhi/io/rhibuffer.cpp
@@ -3,7 +3,8 @@
#include "rhibuffer_p.h"
#include <submissioncontext_p.h>
-#include <QtGui/private/qrhi_p.h>
+#include <rhi/qrhi.h>
+
QT_BEGIN_NAMESPACE
namespace Qt3DRender {