mirror of https://github.com/qt/qtgrpc.git
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:
parent
bb7b227b11
commit
35daea820d
|
|
@ -18,6 +18,7 @@ qt_internal_add_qml_module(GrpcQuick
|
||||||
qtqmlgrpcstreamsender.h qtqmlgrpcstreamsender.cpp
|
qtqmlgrpcstreamsender.h qtqmlgrpcstreamsender.cpp
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::Core
|
Qt::Core
|
||||||
|
Qt::CorePrivate
|
||||||
Qt::Grpc
|
Qt::Grpc
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
Qt::Quick
|
Qt::Quick
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue