ltoscano created this revision. Restricted Application added projects: Frameworks, Documentation. Restricted Application added subscribers: Documentation, Frameworks.
REVISION SUMMARY This seems to affect only mingw, which can't link meinproc5 as the symbol exported affects in the sources shared with the library affects the build (but not on gcc on *nix and with MSVC). The other (probably better) solution would have been to split the source code so that the sources of the libraries are separate, but that would require more changes. As this seems to work, I'd prefer to move the more complicated changes to "later". Thanks to Hannah Von Reth for the hint. BUG: 379142 TEST PLAN Compiles on gcc (as before) and on mingw. MSVC still to be tested. REPOSITORY R238 KDocTools BRANCH master REVISION DETAIL https://phabricator.kde.org/D5674 AFFECTED FILES src/CMakeLists.txt To: ltoscano, vonreth Cc: #frameworks, #documentation, #windows, skadinna