[CMake] qmake to cmake

kent williams nkwmailinglists at gmail.com
Fri Oct 12 11:56:43 EDT 2007


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 <aj.divekar at gmail.com> 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 <mmvallet at ucdavis.edu> wrote:
> > Brandon Van Every wrote:
> > > On 10/10/07, Ajay Divekar <aj.divekar at gmail.com> 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
> > CMake at cmake.org
> > http://www.cmake.org/mailman/listinfo/cmake
> >
>
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>


More information about the CMake mailing list