Tags: qt/qtpim
Tags
examples: install organizer app targets to LIBRARY/BUNDLE destinations On platforms where Qt applications are built as shared-library modules (Android, OpenHarmony), install(TARGETS) requires a LIBRARY destination, and on macOS a BUNDLE destination. The calendardemo and todo examples specified only RUNTIME, so configuring the examples failed on OpenHarmony with "install TARGETS given no LIBRARY DESTINATION for module target". Add BUNDLE and LIBRARY destinations alongside RUNTIME so the examples configure on every platform. Change-Id: I350c28b64c18436dd008cfbef1f42d1f5a155118 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>