aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtMultimedia
Commit message (Collapse)AuthorAgeFilesLines
* PySide now installs its type system files.Marcelo Lira2010-06-211-0/+3
| | | | | | | | | | | | | | The pyside.pc file now has a "typesystemdir" variable pointing to the directory where the type system files are installed. Example usage: pkg-config pyside --variable=typesystemdir Also set the "PYSIDE_TYPESYSTEMS" CMake variable on libpyside/PySideConfig.cmake.in to point to the same path of pkg-config's "typesystemdir". Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* QtMultimedia bindings.Renato Filho2010-05-242-18/+85
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Includes the postfixes in the install target (allows debug build)Renato Filho2010-05-201-1/+1
| | | | | | | Author: Didier Raboud <didier@raboud.com> Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix dynamic linking in various modules.Renato Filho2010-05-191-0/+1
| | | | | | | Author: Didier Raboud <didier@raboud.com> Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix modified type of QAbstractVideoBuffer::map method.Hugo Parente Lima2010-04-121-1/+1
|
* Install QtMultimedia header file.Hugo Lima2010-04-121-0/+2
|
* Fix CMakeLists and typesystem of qtmultimedia to use the right typesystem ↵Hugo Lima2010-04-122-7/+4
| | | | file from QtGui.
* QtMultimedia doesn't exists in versions prior to 4.6, so we dont need to ↵Hugo Lima2010-04-121-22/+1
| | | | check if we had Qt4.6 to add specific Qt4.6 files.
* Initial QtMultimedia bindingsCarlos Goncalves2010-04-122-0/+129