[umbrello] [Bug 415849] Port usage of KDev::Tests to a custom ShellExtension
Ralf Habacker
bugzilla_noreply at kde.org
Sat Jan 4 18:06:17 GMT 2020
https://bugs.kde.org/show_bug.cgi?id=415849
Ralf Habacker <ralf.habacker at freenet.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |https://invent.kde.org/kde/
| |umbrello/commit/22c769b39c1
| |f53db16c6c40f98a30fd7b51259
| |07
Status|REPORTED |RESOLVED
Version Fixed In| |2.30.1 (KDE Appplications
| |19.12.1)
Resolution|--- |FIXED
--- Comment #2 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit 22c769b39c1f53db16c6c40f98a30fd7b5125907 by Ralf Habacker.
Committed on 04/01/2020 at 18:05.
Pushed by habacker into branch 'release/19.12'.
Library KDev::Tests: remove Qt5::Tests dependencies
KDev::Tests library imported from kdevplatform depends on
Qt5::Tests, which would add an unwanted extra dependency.
FIXED-IN:2.30.1 (KDE Appplications 19.12.1)
M +0 -1 lib/kdevplatform/CMakeLists.txt
M +5 -1 lib/kdevplatform/tests/testcore.cpp
https://invent.kde.org/kde/umbrello/commit/22c769b39c1f53db16c6c40f98a30fd7b5125907
--- Comment #1 from Ralf Habacker <ralf.habacker at 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 the assignee for the bug.
More information about the umbrello-devel
mailing list