summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/vkconvenience
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-03-29 11:49:58 +0100
committerTobias Hunger <tobias.hunger@qt.io>2019-03-29 14:32:30 +0000
commit49777d0d4fc5b1589e80e786b2ea6b1da0e65ac5 (patch)
treeae5bd39a829e7b0aecc63c0a1687243cbac47fe0 /src/platformsupport/vkconvenience
parent3b362e766f4f9c9852ae0c62d0e756cd55caf25c (diff)
CMake: Re-generate platformsupport/vkconvenience
Change-Id: I231274316f1cd834ec6d34e51231829dd825643b Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
Diffstat (limited to 'src/platformsupport/vkconvenience')
-rw-r--r--src/platformsupport/vkconvenience/CMakeLists.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/platformsupport/vkconvenience/CMakeLists.txt b/src/platformsupport/vkconvenience/CMakeLists.txt
index ced2db5e20..23d7c6ffec 100644
--- a/src/platformsupport/vkconvenience/CMakeLists.txt
+++ b/src/platformsupport/vkconvenience/CMakeLists.txt
@@ -1,12 +1,9 @@
-# Generated from vkconvenience.pro.
+find_package(Vulkan) # special case
#####################################################################
## VulkanSupport Module:
#####################################################################
-# Special case.
-find_package(Vulkan)
-
add_qt_module(VulkanSupport
STATIC
SOURCES
@@ -16,5 +13,11 @@ add_qt_module(VulkanSupport
LIBRARIES
Qt::CorePrivate
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"