On Tue, Aug 12, 2008 at 11:40 AM, Jan Dinger <[EMAIL PROTECTED]> 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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
