automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/8] Qt's Meta Object Compiler (MOC) integration


From: RISKÓ Gergely
Subject: Re: [PATCH 0/8] Qt's Meta Object Compiler (MOC) integration
Date: Mon, 13 Jul 2009 16:49:49 +0300
User-agent: GNU Emacs with Gnus

On Sat, 11 Jul 2009 08:41:47 +0200, Ralf Wildenhues <address@hidden> writes:

> Hmm; this sounds like we really should get moc authors to output
> dependency rules, preferably as a side effect.  Ideally it'd support
> the -MT -MD -MP -MF flags, with gcc's semantics ... ;-)
> Or plain -M, that would be a suitable minimal basis.

Okay, I'm implementing this one currently in the moc tool, but even if
they accept the patch it will only appear in the next revision of Qt.

So how should I handle current version of the moc tool?  Should I write
a wrapper similar to depcomp which only uses the new -M{T,D,P,F} options
if the moc is new enough?  Or should I try to do a little bit of
investigation in configure time about the moc (I already have version
information there) and handle the issue with some substitution trickery
in Makefile.in -> Makefile generation time?

Any ideas are welcome,
Gergely




reply via email to

[Prev in Thread] Current Thread [Next in Thread]