Re: Are KDE applications extensible with Javascript like Plasma is?

2019-04-29 Thread Christopher Patti
Yes! Kross is *exactly* what I'm looking for, thank you! https://techbase.kde.org/Development/Tutorials/Kross/Introduction On Sun, Apr 28, 2019, at 6:18 AM, Albert Astals Cid wrote: > El dissabte, 27 d’abril de 2019, a les 13:45:04 CEST, Aleix Pol va escriure: > > On Fri, Apr 26, 2019 at 5:41 PM

PSA: Use newer add_test(NAME COMMAND ), check CI, esp. with min ECM >=5.38

2019-04-29 Thread Friedrich W. H. Kossebau
Hi, tl:dr In your CMake code replace all remaining add_test( ) with add_test(NAME COMMAND ) to make sure test executables are still found once you bump the minimum ECM version required >= 5.38. And check your product on KDE CI, where not found test executables are now properly reported