summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/advancedcustommaterial/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/advancedcustommaterial/.prev_CMakeLists.txt')
-rw-r--r--examples/qt3d/advancedcustommaterial/.prev_CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/qt3d/advancedcustommaterial/.prev_CMakeLists.txt b/examples/qt3d/advancedcustommaterial/.prev_CMakeLists.txt
index 04bc8f46a..b4afe14f5 100644
--- a/examples/qt3d/advancedcustommaterial/.prev_CMakeLists.txt
+++ b/examples/qt3d/advancedcustommaterial/.prev_CMakeLists.txt
@@ -23,6 +23,10 @@ find_package(Qt6 COMPONENTS Quick)
qt_add_executable(advancedcustommaterial
main.cpp
)
+set_target_properties(advancedcustommaterial PROPERTIES
+ WIN32_EXECUTABLE TRUE
+ MACOSX_BUNDLE TRUE
+)
target_link_libraries(advancedcustommaterial PUBLIC
Qt::Core
Qt::Gui
@@ -75,6 +79,8 @@ set(shaders_resource_files
"shaders/es2/water.vert"
"shaders/gl3/water.frag"
"shaders/gl3/water.vert"
+ "shaders/rhi/water.frag"
+ "shaders/rhi/water.vert"
)
qt6_add_resources(advancedcustommaterial "shaders"