[Interest] using cmake to build Qt projects.

Thiago Macieira thiago.macieira at intel.com
Wed May 4 19:07:34 CEST 2016


On quarta-feira, 4 de maio de 2016 10:08:27 PDT Bill Crocker wrote:
>  From my experience the symbols I am seeing are typical of missing moc
> files. I know I have all of my #include "abc.moc" statements in place
> because my project builds fine with qmake.

That probably is. You need to tell cmake to handle the moc files. Either use 
qt4_wrap_moc (or whatever the macro is called) or turn automoc on.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list