aboutsummaryrefslogtreecommitdiffstats
path: root/doc/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use multiple code snippets directories to fix the crazyness of Qt docs.Hugo Parente Lima2012-03-081-1/+1
|
* The global header for PySide is now installed with the libpyside headers.Marcelo Lira2012-03-081-1/+1
| | | | | | | | | This is good for PySide derived bindings (like the ones for QtMobility), so they don't need to copy the PySide global headers to their source tree and end up with an outdated file. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Updated GeneratorRunner calls on CMake files to use "--generator-set" ↵Marcelo Lira2012-03-081-1/+1
| | | | | | | | 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>
* Fix bug#560 - "Lack of QtCore.Signal documentation"Hugo Parente Lima2012-03-081-0/+1
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Generate documentation for phonon.Hugo Parente Lima2010-10-051-2/+2
|
* Fix bug#168 - "API documentation suggestions" and other fixes.Hugo Parente Lima2010-09-241-75/+38
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix doc generation and only generate docs for QtDeclarative module when it ↵Hugo Parente Lima2010-09-171-2/+4
| | | | | | | was found. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Various cleanups to CMakeLists.txt filesAnderson Lizardo2010-08-261-5/+5
| | | | | | | | | * Simplify endmacro(), endif() and else() statements * Remove unused and redundant code * Use AUTO_OS for holding the typesystem suffix (instead of MODULE_NAME) Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Updating documentation to include QtDeclarative and support new features.Luciano Wolf2010-06-011-1/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Renato Araújo <renato.filho@openbossa.org>
* Add doc generator for some missing modules.Hugo Parente Lima2010-05-031-0/+5
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Build documentation of out source dir, automagicly replacing variables like ↵Hugo Parente Lima2010-05-031-6/+7
| | | | | | | version numbers. Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Adding ./doc from boostLauro Neto2010-04-281-0/+82
Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>