Hi there,
while trying to add a feature to a kde application I stumbled into the following problem that I don't seem able to solve.
Using the source of the project I created a new kdevelop procect using the import existing project functionality. Build works fine.
If I use the new class wizard, add a new class, define some methods .... for this class and modify I do have the problem:
- that for this class no moc-file is created
- no .o file is created
- the object file is not used in linking the application leading to <unknown reference> errors.
So,
I already searched the makefiles and some such, but couldn't find the error. (I do have only very limited knowledge here)......
Any idea how to fix this problem the easy way, i. e. from within kdevelop??? SHouldn't this be done correctly by kdevelop itself???
thanks.
cu,
Michael