Skip to content

Tags: qt/qtpim

Tags

v6.12.0-beta1

Toggle v6.12.0-beta1's commit message
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>

v5.0.0-beta1

Toggle v5.0.0-beta1's commit message
Qt 5.0.0 Beta1 Release