summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/platformsupport/vkconvenience/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/platformsupport/vkconvenience/CMakeLists.txt b/src/platformsupport/vkconvenience/CMakeLists.txt
index 659ee0cdbd..a6f85d8c55 100644
--- a/src/platformsupport/vkconvenience/CMakeLists.txt
+++ b/src/platformsupport/vkconvenience/CMakeLists.txt
@@ -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"