Re: The Umbrello/kdevelop problem

2024-07-23 Thread Ralf Habacker
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

Re: The Umbrello/kdevelop problem

2024-07-23 Thread Ralf Habacker
Am 22.07.24 um 23:41 schrieb Tomaz Canabrava: i did a port to kf6 (finished by another good soul) but ci fails because of the lack of kdevelop. As mentioned in another email, this depends on compiling php language support, which can be disabled by adding -DBUILD_PHP_IMPORT=0 to the cmake conf

Re: The Umbrello/kdevelop problem

2024-07-23 Thread Albert Astals Cid
El dimarts, 23 de juliol del 2024, a les 12:44:29 (CEST), Ralf Habacker va escriure: > 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/

Re: The Umbrello/kdevelop problem

2024-07-23 Thread Ralf Habacker
Am 23.07.24 um 23:36 schrieb Albert Astals Cid: You didn't answer this question :) Does that seem like a reasonable way to fix the problem? Or should we just let people use the old kdevelop or not have php support? We need to figure out what to do at least CI wise because it's currently failing