CMake: Re-generate platformsupport/vkconvenience
Change-Id: I231274316f1cd834ec6d34e51231829dd825643b Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
parent
3b362e766f
commit
49777d0d4f
@ -1,12 +1,9 @@
|
|||||||
# Generated from vkconvenience.pro.
|
find_package(Vulkan) # special case
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## VulkanSupport Module:
|
## VulkanSupport Module:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
# Special case.
|
|
||||||
find_package(Vulkan)
|
|
||||||
|
|
||||||
add_qt_module(VulkanSupport
|
add_qt_module(VulkanSupport
|
||||||
STATIC
|
STATIC
|
||||||
SOURCES
|
SOURCES
|
||||||
@ -16,5 +13,11 @@ add_qt_module(VulkanSupport
|
|||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
Vulkan::Vulkan
|
Vulkan::Vulkan # special case
|
||||||
)
|
)
|
||||||
|
|
||||||
|
#### Keys ignored in scope 1:.:vkconvenience.pro:<NONE>:
|
||||||
|
# CONFIG = "static" "internal_module"
|
||||||
|
# MODULE = "vulkan_support"
|
||||||
|
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
|
||||||
|
# _LOADED = "qt_module"
|
||||||
|
Loading…
Reference in New Issue
Block a user