Version: (using KDE KDE 3.2.3) Installed from: Debian testing/unstable Packages OS: Linux Received through the Debian BTS (#261270): If you give kapptemplate a project name containing a hyphen, it generates stuff like this in Makefile.am: foo-bar_SOURCES = foo.c bar.c Obviously, the correct line is: foo_bar_SOURCES = foo.c bar.c The generated Makefiles are incorrect with the default variable names.
Fixed in latest svn revision. Now we simply don't allow special characters in the project name.