Drop qvulkan headers from QtGui master header
...in order to allow applications built against Vulkan-enabled pre-built packages to include <QtGui> on systems without Vulkan headers. This has the downside of not being able to pull in qvulkan* headers via the master header. This is an acceptable compromise for now. Task-number: QTBUG-64073 Change-Id: I63c5834dcec60e66aba34c003d4bfe8e7d31607f Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
38bc995607
commit
89951262bf
@ -42,6 +42,10 @@
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
|
||||
#if 0
|
||||
#pragma qt_no_master_include
|
||||
#endif
|
||||
|
||||
#if QT_CONFIG(vulkan) || defined(Q_CLANG_QDOC)
|
||||
|
||||
#ifndef VK_NO_PROTOTYPES
|
||||
|
@ -42,6 +42,10 @@
|
||||
|
||||
#include <QtGui/qtguiglobal.h>
|
||||
|
||||
#if 0
|
||||
#pragma qt_no_master_include
|
||||
#endif
|
||||
|
||||
#if QT_CONFIG(vulkan) || defined(Q_CLANG_QDOC)
|
||||
|
||||
#include <QtGui/qvulkaninstance.h>
|
||||
|
Loading…
Reference in New Issue
Block a user