diff options
author | Kai Köhne <[email protected]> | 2022-11-14 14:49:32 +0100 |
---|---|---|
committer | Kai Köhne <[email protected]> | 2022-11-17 19:59:11 +0100 |
commit | bec264c15fe07382009def3c4bbef3f3b689b6eb (patch) | |
tree | 2335b779fc09463522ff5356cd2c152ff64d603f /examples/opengl/qopenglwindow | |
parent | 9e251d44a79e171f093e89b21215d7372866ef4c (diff) |
Examples: Use Qt6:: to qualify Qt CMake packages
This is what we promote also in the documentation.
Change-Id: If91aebafe861b0c934acbb2c69afd182abc3345d
Reviewed-by: Jörg Bornemann <[email protected]>
Diffstat (limited to 'examples/opengl/qopenglwindow')
-rw-r--r-- | examples/opengl/qopenglwindow/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/opengl/qopenglwindow/CMakeLists.txt b/examples/opengl/qopenglwindow/CMakeLists.txt index 2380b59c4bf..be03f24f9b0 100644 --- a/examples/opengl/qopenglwindow/CMakeLists.txt +++ b/examples/opengl/qopenglwindow/CMakeLists.txt @@ -25,9 +25,9 @@ set_target_properties(qopenglwindow PROPERTIES ) target_link_libraries(qopenglwindow PUBLIC - Qt::Core - Qt::Gui - Qt::OpenGL + Qt6::Core + Qt6::Gui + Qt6::OpenGL ) # Resources: |