diff options
Diffstat (limited to 'examples/opengl/hellogles3/CMakeLists.txt')
-rw-r--r-- | examples/opengl/hellogles3/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/opengl/hellogles3/CMakeLists.txt b/examples/opengl/hellogles3/CMakeLists.txt index 8b7096a92f8..230a6da8b09 100644 --- a/examples/opengl/hellogles3/CMakeLists.txt +++ b/examples/opengl/hellogles3/CMakeLists.txt @@ -26,9 +26,9 @@ set_target_properties(hellogles3 PROPERTIES ) target_link_libraries(hellogles3 PUBLIC - Qt::Core - Qt::Gui - Qt::OpenGL + Qt6::Core + Qt6::Gui + Qt6::OpenGL ) # Resources: |