summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--tests/manual/CMakeLists.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6fd634b1b..fbd6bb51d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ project(Qt3D # special case
# special case begin
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core)
find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS
- Network Concurrent Widgets Qml Quick ShaderTools Gamepad OpenGL Multimedia)
+ Network Concurrent Widgets Qml Quick ShaderTools Gamepad OpenGL Multimedia QuickWidgets)
# special case end
if(NOT TARGET Qt::Gui)
diff --git a/tests/manual/CMakeLists.txt b/tests/manual/CMakeLists.txt
index 2b0001483..f36ffd5dc 100644
--- a/tests/manual/CMakeLists.txt
+++ b/tests/manual/CMakeLists.txt
@@ -22,10 +22,10 @@ add_subdirectory(manual-renderloop)
add_subdirectory(rhi)
add_subdirectory(boundingvolumes)
if(TARGET Qt::Multimedia)
- add_subdirectory(sharedtexture)
+# add_subdirectory(sharedtexture)
endif()
if(TARGET Qt::Multimedia AND TARGET Qt::Quick)
- add_subdirectory(sharedtextureqml)
+# add_subdirectory(sharedtextureqml)
endif()
if(TARGET Qt::Widgets)
add_subdirectory(assimp-cpp)