Hi all,
I am trying to compile kdebase-3.5.13 with cmake. I have already compiled
arts, tqtinterface, qt3 and kdelibs. My problem is moc does not add
constructor/deconstructor and languageChange() function although there is a
declaration for them in the header file which is created by uic. And while
linking shared object I get undefined reference errors for these functions.
Failied part of the build log and nm output is attached.
Does anyone have an idea what I must do?
Thanks in advance.