Hi experts!<br><br>I have a problem I have tried to solve for allmost a week now without success. <br><br>In /trunk/KDE/kdepim/views/conversationview I have the code of my qmake-based SoC project. It's at the moment Qt4 only, but that is about to change. So I need to make it build with cmake. However, I can't.
<br><br>When linking my executable i get &quot;undefined reference to 'vtable for &lt;EverySingleClassName&gt;'&quot;.<br>I have tried to copy and edit CMakeLists.txts from&nbsp; many places in kdepim, kdelibs and kdebase, as well as tried the same with Qt's hello world tutorials. As long as I only have one sourcefile (
main.cpp) everything works just fine, but when I extends the solution to two source files (set (my_SRC main.cpp widget.cpp)) I bang my head into the wall.<br><br>Regards,<br>Aron Boström<br>