[CMake] Qt-Sources and non Qt-Source

John Drescher drescherjm at gmail.com
Tue Aug 12 11:42:47 EDT 2008


On Tue, Aug 12, 2008 at 11:40 AM, Jan Dinger <dinger.jan at googlemail.com> wrote:
>
>> Your path is wrong for the header file. It should be ./src not .src
>>
>> John
>
> Sorry my fault. Ok now it works fine, but I got a waring:
>
> ### snip ###
> /home/jan/workspace/cpp/autoluncher/src/xmlhandler/xmlhandler.h:0: Warning:
> No relevant classes found. No output generated.
> ### snap ###
>
> Can I ignore this?
>

I think that means you do not have any classes in the xmlhandler.h
file that are derived from QObject. You can ignore that.

John


More information about the CMake mailing list