Re: The Umbrello/kdevelop problem

Ralf Habacker <[email protected]> Tue, 23 Jul 2024 12:44:29 +0200
Newsgroups gmane.comp.kde.releases,gmane.linux.umbrello.devel
Message-ID <[email protected]>
Am 22.07.24 um 22:55 schrieb Albert Astals Cid:
> 
> Which features are lost in Umbrello when kdev-* is not available?

kdev is used for providing php language support.

from 
https://invent.kde.org/sdk/umbrello/-/blob/master/CMakeLists.txt?ref_type=heads#L112

if(BUILD_PHP_IMPORT)
     find_package(KDevelop-PG-Qt)
     find_package(KDevPlatform ${KDEV_MIN_VERSION} COMPONENTS 
${KDEV_COMPONENTS})
endif()

> 
> For 24.08 would it make sense to just copy the necessary kdev-* code to
> umbrello or that's crazyness?
> 
> Is an umbrello KF6 port in sight for 24.12?

I am not currently aware of this.

Cheers
Ralf