Details
Description
On ArchLinux, can't find QRhiTexture and QRhi headers file.
I can use "rhi/qrhi.h" for include. But Qt document(Qt 6.7.2) say:
Header: #include <QRhiTexture>
CMake: find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui
Since: Qt 6.6
Inherits: QRhiResource