aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Macros
Commit message (Collapse)AuthorAgeFilesLines
* 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>