Christophe Teyssier wrote:
> Le Wednesday 12 March 2008 21:06:44, vous avez écrit :
>> On Wed, Mar 12, 2008 at 1:02 PM, Christophe Teyssier <chris@...>
> wrote:
>>> Wouldn't it make sense to use cmake for our Qt build? The big advantage
>>> being that is produces native project/make files on all target platforms.
>> But qmake is already doing this for the Qt build, right? Pardon my
>> naivete regarding cmake.
>
> Maybe I'm the one being naive here, I thought the ability to produce VS
> project files was only available in the commercial edition of Qt?
I don't know about generating VS project files.
I positively hate cmake, but I understand it might be needed if we ever
move to KDE4 anyway. I notice the admin/ directory is definitely not in
KDE SVN anymore.
It is, also, yet-another-external-build-dependency.
Having recently built KDE4 by hand, I don't see any advantage to cmake.
You still get a "configure" stage, a directory full of (even more)
cryptic macros, and a real pain-in-the-ass if something goes wrong. The
only feature I like about it is that it can show progress as a
percentage; not terribly relevant on a project the size of Celestia.
--Pat
|