From c4be23758f05719584f2bc4c676fda81c57a9d63 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 16 Oct 2020 16:10:16 +0200 Subject: CMake: Regenerate qt3d examples Many of the examples were missing find_package() calls. Some were missing some example install dir things. Some missing special cases. Some incorrectly specified library names due to missing mappings in pro2cmake. Some incorrectly specified target names. Change-Id: I131a02dc679502ea6c1cdeb32962e77f09e672af Reviewed-by: Mike Krus --- examples/qt3d/anaglyph-rendering/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples/qt3d/anaglyph-rendering/CMakeLists.txt') diff --git a/examples/qt3d/anaglyph-rendering/CMakeLists.txt b/examples/qt3d/anaglyph-rendering/CMakeLists.txt index 515ae3fe9..6b1ef25e0 100644 --- a/examples/qt3d/anaglyph-rendering/CMakeLists.txt +++ b/examples/qt3d/anaglyph-rendering/CMakeLists.txt @@ -19,6 +19,12 @@ find_package(Qt6 COMPONENTS Core) find_package(Qt6 COMPONENTS Gui) find_package(Qt6 COMPONENTS Qml) find_package(Qt6 COMPONENTS Quick) +find_package(Qt6 COMPONENTS 3DCore) +find_package(Qt6 COMPONENTS 3DRender) +find_package(Qt6 COMPONENTS 3DInput) +find_package(Qt6 COMPONENTS 3DQuick) +find_package(Qt6 COMPONENTS 3DExtras) +find_package(Qt6 COMPONENTS 3DQuickExtras) add_qt_gui_executable(anaglyph-rendering main.cpp -- cgit v1.2.3