diff options
author | Marcelo Lira <marcelo.lira@openbossa.org> | 2011-01-24 15:52:18 -0300 |
---|---|---|
committer | Marcelo Lira <marcelo.lira@openbossa.org> | 2011-01-31 14:54:10 -0300 |
commit | f2c537eeaaf7ae88f28a7875ce941287c1a3a4d3 (patch) | |
tree | 312c9fa4be5563391456e6357b183683ad0ca5b3 /doc | |
parent | 9ca80b5d3a991a460a5604131b7eb10a2b1dfd1c (diff) | |
download | pyside-f2c537eeaaf7ae88f28a7875ce941287c1a3a4d3.tar.gz pyside-f2c537eeaaf7ae88f28a7875ce941287c1a3a4d3.tar.xz pyside-f2c537eeaaf7ae88f28a7875ce941287c1a3a4d3.zip |
Updated GeneratorRunner calls on CMake files to use "--generator-set" instead of "--generatorSet".
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
Reviewed by Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index c460543..bbc00a8 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -18,7 +18,7 @@ configure_file("conf.py.in" "rst/conf.py" @ONLY) configure_file(typesystem_doc.xml.in typesystem_doc.xml @ONLY) add_custom_target("docrsts" - COMMAND ${GENERATORRUNNER_BINARY} --generatorSet=qtdoc + COMMAND ${GENERATORRUNNER_BINARY} --generator-set=qtdoc ${pyside_BINARY_DIR}/global.h --include-paths="${QT_INCLUDE_DIR}${PATH_SEP}${pyside_SOURCE_DIR}" --api-version=${SUPPORTED_QT_VERSION} |