Add the missing linking of CorePrivate to GrpcQuick module

It worked previously since Qt::Quick->Qt::Qml linking propagated
it as private interface.

Change-Id: I2a28483e0baae728a6bbbf18df2c27a57230054a
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Alexey Edelev 2025-02-19 19:43:15 +01:00
parent bb7b227b11
commit 35daea820d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ qt_internal_add_qml_module(GrpcQuick
qtqmlgrpcstreamsender.h qtqmlgrpcstreamsender.cpp
LIBRARIES
Qt::Core
Qt::CorePrivate
Qt::Grpc
PUBLIC_LIBRARIES
Qt::Quick