https://bugs.kde.org/show_bug.cgi?id=415849
--- Comment #1 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit c7488f8a561d5e34106c5c76bc2ce5323feafd38 by Ralf Habacker. Committed on 04/01/2020 at 18:04. Pushed by habacker into branch 'release/19.12'. Embed KDev::Tests library to not depend on kdevplatform for KF5 builds The KDevelopUtils::DebugLanguageParserHelper class provided by kdevplatform depends on KDev::Tests, which is not exported by default (it requires the BUILDING_TESTS setting), which means we must provide KDev::Tests locally. M +4 -6 CMakeLists.txt M +1 -0 lib/kdev5-php/CMakeLists.txt A +13 -0 lib/kdevplatform/CMakeLists.txt A +81 -0 lib/kdevplatform/shell/core_p.h [License: LGPL (v2+)] A +36 -0 lib/kdevplatform/tests/autotestshell.cpp [License: LGPL (v2+)] A +79 -0 lib/kdevplatform/tests/autotestshell.h [License: LGPL (v2+)] A +147 -0 lib/kdevplatform/tests/testcore.cpp [License: LGPL (v2+)] A +125 -0 lib/kdevplatform/tests/testcore.h [License: LGPL (v2+)] A +6 -0 lib/kdevplatform/tests/testsexport.h [License: UNKNOWN] * The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://invent.kde.org/kde/umbrello/commit/c7488f8a561d5e34106c5c76bc2ce5323feafd38 -- You are receiving this mail because: You are watching all bug changes.