qt: move Qt Vulkan includes under the check whether Qt supports it
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
#include "qt_vulkanwindowrenderer.hpp"
|
#include "qt_vulkanwindowrenderer.hpp"
|
||||||
|
|
||||||
#include <QVulkanWindowRenderer>
|
|
||||||
#include <QVulkanDeviceFunctions>
|
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
#include <QWindow>
|
#include <QWindow>
|
||||||
|
|
||||||
#if QT_CONFIG(vulkan)
|
#if QT_CONFIG(vulkan)
|
||||||
|
#include <QVulkanWindowRenderer>
|
||||||
|
#include <QVulkanDeviceFunctions>
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user