aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Macros
Commit message (Collapse)AuthorAgeFilesLines
* Fixed CMakeLists.txt files to prevent static source files of being deleted ↵Marcelo Lira2012-03-081-6/+6
| | | | by "make clean".
* Updated CMake files to use the "--drop-type-entries" generator option.Marcelo Lira2012-03-081-24/+22
| | | | | | | | | | Instead of maintaining a complex CMake scheme to remove optional type system entries, the generation will rely on the new generator capability of dropping entries given via command line. Reviewed by Bruno Araújo <bruno.araujo@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix phonon compilation and detection of VideoCaptureDevice class.Hugo Parente Lima2012-03-081-5/+4
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix append object description on typesystem only when this was found.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Separated class typesystem from the main typesystem.Renato Araujo Oliveira Filho2012-03-081-4/+22
| | | | | | | | | | Remove class specification, detected during the compilation from the main typesystem to avoid errors during the generation. Fixes bug #661 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* 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>
* Fixed indentation mistakes.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Moved cmake macros to a separeted file.renatofilho2010-10-073-0/+177
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>