rhi: fix compilation error when using rhi headers
Without this patch, the compiler will complain about can't find "qshaderdescription.h" when using "qrhigles2_p.h" from outside of Qt, which breaks user project compilation. Pick-to: 6.6 Change-Id: I9e201d82890c92ddd2f6aad48eef0edc9a7c46ef Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>bb10
parent
46aa713c34
commit
055bc81bd1
|
|
@ -16,7 +16,7 @@
|
|||
//
|
||||
|
||||
#include "qrhi_p.h"
|
||||
#include "qshaderdescription.h"
|
||||
#include <rhi/qshaderdescription.h>
|
||||
#include <qopengl.h>
|
||||
#include <QByteArray>
|
||||
#include <QWindow>
|
||||
|
|
|
|||
Loading…
Reference in New Issue