diff options
Diffstat (limited to 'examples/opengl/qopenglwindow')
| -rw-r--r-- | examples/opengl/qopenglwindow/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/qopenglwindow/CMakeLists.txt b/examples/opengl/qopenglwindow/CMakeLists.txt index 539ba086158..06023505e70 100644 --- a/examples/opengl/qopenglwindow/CMakeLists.txt +++ b/examples/opengl/qopenglwindow/CMakeLists.txt @@ -41,7 +41,7 @@ set(shaders_resource_files "background.frag" ) -qt6_add_resources(qopenglwindow "shaders" +qt_add_resources(qopenglwindow "shaders" PREFIX "/" FILES |
