Add static build support.
ClosedPublic

Authored by vitalyf on Apr 15 2019, 2:16 PM.

Details

Summary

It's possible to build the framework as a set of static libraries now.
Use -DBUILD_SHARED_LIBS=OFF to enable static build.

The following libraries will be created:
libKUserFeedbackCore.a
libKUserFeedbackWidgets.a
libKUserFeedbackCommon.a

You have to keep them in order listed above, when linking your app
against them.

Diff Detail

Repository
R849 User Feedback Collection Framework
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
vitalyf requested review of this revision.Apr 15 2019, 2:16 PM
vitalyf created this revision.
vkrause accepted this revision.Apr 15 2019, 6:05 PM
This revision is now accepted and ready to land.Apr 15 2019, 6:05 PM
This revision was automatically updated to reflect the committed changes.