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
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
---
ChangeLog |8
doc/automake.texi | 18 --
m4/Makefile.am|1 +
m4/Makefile.in|1 +
m4/qt.m4 | 32
5 files changed, 58 insertions(+), 2 deletions(-)
create mode 100644 m4/qt.m4
diff --git a/Change
---
tests/Makefile.am |5
tests/Makefile.in |5
tests/qt.test | 55
tests/qt2.test| 56 +
tests/qt3.test| 57 ++
test
Moved the moc handling from handle_source_transform to
handle_single_transform. Things like subdir-objects and perexec flags
are much easier to handle there.
---
ChangeLog |2 +-
automake.in | 107 +--
2 files changed, 61 insertions(+
---
doc/automake.texi | 15 ---
1 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/doc/automake.texi b/doc/automake.texi
index c46d08f..aa92729 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -6730,9 +6730,18 @@ class InCodeClass : public QObject @{
#include
---
doc/automake.texi |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/automake.texi b/doc/automake.texi
index a9495e7..c46d08f 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -6684,14 +6684,14 @@ the build system. For checking the existence of the Qt
lib
---
ChangeLog |6
NEWS |3 ++
doc/automake.texi | 75 +
3 files changed, 84 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7b8a2f6..c780be4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,
---
automake.in | 86 ++-
1 files changed, 85 insertions(+), 1 deletions(-)
diff --git a/automake.in b/automake.in
index bab8c42..415d883 100755
--- a/automake.in
+++ b/automake.in
@@ -809,7 +809,7 @@ register_language ('name' => 'header',
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
Cleanup: merged output rule creation into handle_source_transform, so
this branch only modifies this, and this way we can get rid of
lang_header_finish.
---
automake.in | 73 ++
1 files changed, 18 insertions(+), 55 deletions(-)
diff --git
11 matches
Mail list logo