CMake: Regenerate platformsupport/vkconvenience
This does not link to vulkan, just as it did before. Feels wrong... Change-Id: I7e76e03e95ed33421de684f51c9943a84dde7779 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
ef170a12d8
commit
cbaa8ee27d
@ -1,3 +1,5 @@
|
||||
# Generated from vkconvenience.pro.
|
||||
|
||||
qt_find_package(Vulkan) # special case
|
||||
|
||||
#####################################################################
|
||||
@ -13,9 +15,12 @@ add_qt_module(VulkanSupport
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:vkconvenience.pro:<NONE>:
|
||||
#### Keys ignored in scope 1:.:.:vkconvenience.pro:<TRUE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "vulkan_support"
|
||||
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
|
||||
|
Loading…
Reference in New Issue
Block a user