Check http://www.cmake.org/HTML/Documentation.html for the CMake INCLUDE_DIRECTORIES claus.
You can have multiple INCLUDE_DIRECTORIES clauses, and they're inherited in subdirectories. On 10/12/07, Ajay Divekar <[EMAIL PROTECTED]> wrote: > Experts, > > I was wondering how do I pass the include directories (-I option) and the -D > option to the files that being moc'd ? I am using qt4_wrap_cpp function to > generate the moc_xxxxx.cxx files. > > Thanks in advance. > > Regards, > > Aj > > > On 10/10/07, Marie-Christine Vallet <[EMAIL PROTECTED]> wrote: > > Brandon Van Every wrote: > > > On 10/10/07, Ajay Divekar <[EMAIL PROTECTED]> wrote: > > > > > >> Hello Experts, > > >> > > >> I found this ruby script on > > >> > > >> http://www.cmake.org/Wiki/CMake:ConvertFromQmake > > >> > > >> which helps in converting from qmake to cmake. Has anyone tried it and > if > > >> so what has been there experience? Also before I start if anyone has > any > > >> suggestion they are welcome. > > >> > > > > > > > > Hi, > > I am no expert but I used this converted, and ended up doing some > > modifications by hand. > > But if your .pro files are not too complex, it's pretty straightforward. > > Marie > > > > _______________________________________________ > > CMake mailing list > > [email protected] > > http://www.cmake.org/mailman/listinfo/cmake > > > > > _______________________________________________ > CMake mailing list > [email protected] > http://www.cmake.org/mailman/listinfo/cmake > _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
