aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pysidetest/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added PySide attributes to specify current version, and Qt version.renatofilho2010-11-121-0/+1
| | | | | | | Fixes bug: #454 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Removed unnecessary find_package statements from pysidetest's CMakeLists.txtMarcelo Lira2010-11-111-4/+0
| | | | | Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Modified cmake files to make use of debug information provided by Shiboken.Marcelo Lira2010-10-261-1/+0
| | | | | In summation, PySide is compiled for debug if the libshiboken is compiled for debug.
* Signal objects redirect calls for homonymous methods.Marcelo Lira2010-10-111-1/+1
|
* Added a PySide derived test library.Marcelo Lira2010-10-111-0/+71
The test library is intended to provide specific test cases in a way that problems could be isolated easier than using the ones provided by the Qt library. Cases commons to all Python bindings must go into the Shiboken test libraries, the one added here is intended to test Qt specifics (e.g. signals). A Python unit test was added for the case when a method and a signal have the same name.