Leif Middelschulte
cf759e529c
Fixes the `kwargs` handling.
...
As suggested by @jeandet.
Details:
https://github.com/mesonbuild/meson/pull/2529#pullrequestreview-72703268
2017-10-29 18:06:38 +01:00
Leif Middelschulte
b919e05821
removes unnecessary code as suggested by @jeandet
...
Details: https://github.com/mesonbuild/meson/pull/2529#discussion_r146985692
2017-10-26 13:06:58 +02:00
Leif Middelschulte
32a8ab40c1
removes unnecessary if/else-statement as suggested by @jeandet
...
Details: https://github.com/mesonbuild/meson/pull/2529#discussion_r146985692
2017-10-26 12:04:41 +02:00
Leif Middelschulte
050a56ad47
Qt5-Module: Add `moc_extra_arguments` keyword support.
...
This commit adds support for an additional `moc_extra_arguments` keyword.
It becomes especially handy, when `moc`-ed sources conditionally provide
`slots`, depending on compile time macros (i.e. defines).
2017-10-25 21:09:16 +02:00
Alexis Jeandet
4410c73efa
Factorized Qt compilers version probing.
...
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-10-12 08:58:31 +02:00
Alexis Jeandet
f7f439caeb
Factorized Qt4 and Qt5 modules in one base class.
...
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-10-10 23:03:57 +02:00