Hello,

I get "undefined reference to ..." linker errors.

My definitions reside in a cpp file which do get compiled to object code.

If I put the definitions inside the header file, the link process is without errors.

Thus I guess that the link process inside QtCreator forgets to link the object code it created from my cpp files.

Where do I specify the files to be linked?

Or is this a different problem?

Please help!

Thanks

Lars