qt5base-lts/examples/vulkan/hellovulkancubes
Kai Köhne 57402ffb9b Examples: Remove unneeded CMake options
CMAKE_INCLUDE_CURRENT_DIR is not necessary anymore for moc since
CMake 3.8: https://cmake.org/cmake/help/latest/release/3.8.html#other-changes

CMAKE_AUTORCC should not be used anymore. Instead, we now use
qt_add_resources() or similar

Enable CMAKE_AUTOUIC only if .ui files are present.

Pick-to: 6.3
Task-number: QTBUG-87643
Change-Id: I835e2994cd5dba9918136999499b9077961b616c
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-01-24 14:00:00 +01:00
..
camera.cpp Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
camera.h Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
CMakeLists.txt Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
color_frag.spv Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color_phong_frag.spv Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color_phong_vert.spv Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color_phong.frag Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color_phong.vert Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color_vert.spv Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color.frag Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
color.vert Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
hellovulkancubes.pro Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
hellovulkancubes.qrc Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
main.cpp vulkan: Update legacy tests and examples to the modern validation layer 2021-05-31 17:16:49 +02:00
mainwindow.cpp Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
mainwindow.h Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
mesh.cpp Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
mesh.h Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
renderer.cpp Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
renderer.h Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
shader.cpp Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
shader.h Add the Vulkan cube example 2017-03-29 10:58:06 +00:00
vulkanwindow.cpp Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
vulkanwindow.h Add the Vulkan cube example 2017-03-29 10:58:06 +00:00