Skip to content
  • Vitaly Fanaskov's avatar
    Add static build support · 3b1bc987
    Vitaly Fanaskov authored
    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.
    3b1bc987