Add static build support
It's possible to build the framework as set of static libraries now. Use -DBUILD_SHARED_LIBS=OFF to emable 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.
Showing
Please register or sign in to comment