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:
Samuli Piippo 2025-03-06 08:44:43 +02:00
parent dcc569f220
commit 54837023ab
1 changed files with 1 additions and 1 deletions

View File

@ -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}"