From kde-commits Fri Nov 14 11:11:59 2003 From: Andras Mantia Date: Fri, 14 Nov 2003 11:11:59 +0000 To: kde-commits Subject: quanta X-MARC-Message: https://marc.info/?l=kde-commits&m=106880995606688 CVS commit by amantia: Add a HACKING file, workaround an am_edit bug. A HACKING 1.1 M +2 -1 README 1.24 M +2 -0 configure.in.in 1.37 --- quanta/README #1.23:1.24 @@ -49,5 +49,5 @@ make tools (autoconf, automake, gmake/make and so) you need some additional libraries and the _header_ files for those libraries. The headers are -usually located in the so called "-devel" or "-dev" packages in RPM based +usually located in the so called "-devel" or "-dev" packages in RPM based distros, but this depends on the distribution you use. For some more information about what do you need and how to compile KDE @@ -195,4 +195,5 @@ 8. Developer info ----------------- + If you a C++ developer, first of all read the HACKING file about coding rules. If you would like to review the structure of Quanta you can use Umbrello from kdesdk CVS to load the quanta_uml.xmi file. The file will not load in pre-CVS --- quanta/configure.in.in #1.36:1.37 @@ -119,2 +119,4 @@ fi +dnl I don't want to get mails about linking errors, so avoid them +touch $(top_srcdir)/quanta/tagdialogs/tableeditor.ui \ No newline at end of file