mirror of https://github.com/qt/qtgrpc.git
qtgrpc chat example: don't deploy static lib
Remove deployment of the now static proto lib.
Amends 9437a1f2bd
Pick-to: 6.9
Change-Id: I5bdda6157842c665165ae9b14255778ce2ac0bc9
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Dennis Oberst <dennis.oberst@qt.io>
This commit is contained in:
parent
dcc569f220
commit
54837023ab
|
|
@ -133,7 +133,7 @@ target_link_libraries(qtgrpc_chat_client
|
|||
qtgrpc_chat_client_proto
|
||||
)
|
||||
|
||||
install(TARGETS qtgrpc_chat_client qtgrpc_chat_client_proto
|
||||
install(TARGETS qtgrpc_chat_client
|
||||
RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}"
|
||||
BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}"
|
||||
LIBRARY DESTINATION "${INSTALL_EXAMPLEDIR}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue