https://bugs.kde.org/show_bug.cgi?id=440416
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kcoreaddons/commit/5 | |d5834d86e2890e3baeafdc9bd06 | |849496d7fc98 --- Comment #2 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 5d5834d86e2890e3baeafdc9bd06849496d7fc98 by Nicolas Fella. Committed on 09/08/2021 at 22:00. Pushed by nicolasfella into branch 'master'. Fix issue when building KCrash static KCoreAddons forward declares a function from KCrash. It contains a Q_DECL_IMPORT but that breaks when doing a static build. Only add the Q_DECL_IMPORT when we are doing a dynamic build. M +4 -0 src/lib/CMakeLists.txt M +4 -0 src/lib/kaboutdata.h https://invent.kde.org/frameworks/kcoreaddons/commit/5d5834d86e2890e3baeafdc9bd06849496d7fc98 -- You are receiving this mail because: You are watching all bug changes.