mirror of https://github.com/qt/qtgrpc.git
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:
parent
72d78730e0
commit
ebc6793fb5
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue