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

2009-07-13 Thread RISKÓ Gergely
On Sat, 11 Jul 2009 08:41:47 +0200, Ralf Wildenhues 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

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

2009-07-11 Thread RISKÓ Gergely
On Sat, 11 Jul 2009 08:41:47 +0200, Ralf Wildenhues writes: > However, not all platforms have pkg-config. I didn't have it on my > MinGW install, for example. And I didn't really want to install it > there either. Good point, I always thought that the point and goal behind pkg-config is to ma

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

2009-07-10 Thread Ralf Wildenhues
Hi Gergely, * RISKÓ Gergely wrote on Thu, Jul 09, 2009 at 10:41:26PM CEST: > > > > configure.ac uses macros from pkg.m4 and bnv_have_qt.m4 for QT3: > > As you mention later, this bnv thing is a bit outdated (qt3 only), I > really don't think that it has to be ported to qt4, since qt4 has > pkg-co

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

2009-07-09 Thread RISKÓ Gergely
On Thu, 9 Jul 2009 20:41:38 +0200, Ralf Wildenhues writes: > Hello Gergely, > > * Gergely Risko wrote on Thu, Jul 09, 2009 at 01:16:19PM CEST: >> I've patched automake to include support for Qt's MOC. I've introduced >> a new prog_QTSOURCES variable for the user to specify the Qt based >> sourc

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

2009-07-09 Thread Ralf Wildenhues
Hello Gergely, * Gergely Risko wrote on Thu, Jul 09, 2009 at 01:16:19PM CEST: > I've patched automake to include support for Qt's MOC. I've introduced > a new prog_QTSOURCES variable for the user to specify the Qt based > sources. I've modified the texinfo documentation, added tests. Thank you

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

2009-07-09 Thread Gergely Risko
Hi, I've patched automake to include support for Qt's MOC. I've introduced a new prog_QTSOURCES variable for the user to specify the Qt based sources. I've modified the texinfo documentation, added tests. Please note that this is my first automake patch so probably it is totally wrong, please g