Re: KAppTmplates and .kateproject
Kåre Särs <[email protected]> Wed, 08 Jan 2025 11:31:07 +0200
| Newsgroups | gmane.comp.kde.devel.kwrite |
|---|---|
| Message-ID | <5306334.31r3eYUQgx@insta-precision3580> |
Hi, On Tuesday, January 7, 2025 11:13:51=E2=80=AFPM Eastern European Standard T= ime=20 Alexander Neundorf wrote: > On Mittwoch, 25. Dezember 2024 22:31:36 Mitteleurop=C3=A4ische Normalzeit= K=C3=A5re > S=C3=A4rs > wrote: > > Hi, > >=20 > > None of the current KAppTemplates have a .kateproject file. Should I: > > 1) Add an auto-generated .kateproject file for templates with a > > CMakeLists.txt file and not a .kateproject already > >=20 > > 2) I add the file to the templates > >=20 > > 3) 1+2 >=20 > are they actually necessary for cmake-based projects, or should the cmake > support of kate take care of this ? >=20 When the template has been extracted to a new folder, there is no build=20 directory and cmake has not been run, so the current CMake support would no= t=20 provide ready-made build commands. This gives a basic cmake configure comm= and=20 and a build command :) Br. K=C3=A5re