aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-10-29 22:40:28 +0200
committerGitHub <noreply@github.com>2017-10-29 22:40:28 +0200
commit68af8449d8576e27fb0390340f149f3001e8ea5f (patch)
tree921200359a63f5144cfea27ea2aef97e38c91ed1 /docs/markdown/snippets
parent1b0048a7022a89f461cf4d01e7cdbf995bab70f5 (diff)
parentcf759e529c9753b30bd926a75f629d3562fca990 (diff)
downloadmeson-68af8449d8576e27fb0390340f149f3001e8ea5f.zip
meson-68af8449d8576e27fb0390340f149f3001e8ea5f.tar.gz
meson-68af8449d8576e27fb0390340f149f3001e8ea5f.tar.bz2
Merge pull request #2529 from leiflm/qt5-add-moc-extra-arguments-keyword
Qt5-Module: Add `moc_extra_arguments` keyword support.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/qt5-moc_extra_arguments.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/snippets/qt5-moc_extra_arguments.md b/docs/markdown/snippets/qt5-moc_extra_arguments.md
new file mode 100644
index 0000000..957c3c7
--- /dev/null
+++ b/docs/markdown/snippets/qt5-moc_extra_arguments.md
@@ -0,0 +1,8 @@
+# Adds support for additional Qt5-Module keyword `moc_extra_arguments`
+
+When `moc`-ing sources, the `moc` tool does not know about any
+preprocessor macros. The generated code might not match the input
+files when the linking with the moc input sources happens.
+
+This amendment allows to specify a a list of additional arguments
+passed to the `moc` tool. They are called `moc_extra_arguments`. \ No newline at end of file