qt6-bb10/examples/vulkan/hellovulkancubes
Kai Köhne 3d68f8eafa Examples: Disable QtC junction points for examples using 'shared' directory
To work around path length limiations, Qt Creator optionally uses junction
points to shorten the build directories. This however breaks examples
that require sources outside their 'root' directory.

QUIP 13 states that examples should be self-contained. Anyhow, fixing this
is a larger effort, so for now just disable junction points in Qt Creator
for these examples.

Task-number: QTBUG-128914
Change-Id: Ifb5e6944d936c82b1dba9fe3b81bebc1c8320168
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
(cherry picked from commit ced47a590aeb85953a16eaf362887f14c2815c45)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-12-20 07:21:19 +00:00
..
CMakeLists.txt CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
CMakeLists.txt.shared Examples: Disable QtC junction points for examples using 'shared' directory 2024-12-20 07:21:19 +00:00
camera.cpp
camera.h
color.frag
color.vert
color_frag.spv
color_phong.frag
color_phong.vert
color_phong_frag.spv
color_phong_vert.spv
color_vert.spv
hellovulkancubes.pro
hellovulkancubes.qrc
main.cpp
mainwindow.cpp Fix broken capture in hellovulkancubes example 2023-11-09 18:17:33 +01:00
mainwindow.h Polish forward decl in vulkan and opengl examples 2023-06-01 09:09:49 +02:00
mesh.cpp
mesh.h
renderer.cpp examples/: compile with QT_NO_CONTEXTLESS_CONNECT 2023-09-08 19:17:36 +03:00
renderer.h
shader.cpp
shader.h
vulkanwindow.cpp
vulkanwindow.h