aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Macros/PySideModules.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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-071-0/+112
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>