Add the missing lookup for QuickTest component

Component is used in Grpc/Protobuf Qml tests.

Pick-to: 6.7 6.6
Change-Id: I7bee61771c2a7cf230673ac9f7f91a7c7fafe51e
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Dennis Oberst <dennis.oberst@qt.io>
This commit is contained in:
Alexey Edelev 2024-03-11 15:29:57 +01:00
parent 72d78730e0
commit ebc6793fb5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if(NOT "${QT_HOST_PATH}" STREQUAL "")
endif()
find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Network Gui Widgets Quick
QmlNetwork QuickControls2)
QmlNetwork QuickControls2 QuickTest)
qt_internal_project_setup()
include("${CMAKE_CURRENT_LIST_DIR}/src/tools/qtprotobufgen/Qt6ProtobufToolsMacros.cmake")