diff options
author | Paulo Alcantara <pcacjr@gmail.com> | 2011-12-21 14:57:32 -0300 |
---|---|---|
committer | Paulo Alcantara <pcacjr@gmail.com> | 2011-12-21 15:39:21 -0300 |
commit | 689c31a3634e7266343ff475e82236bd7d6611a9 (patch) | |
tree | f5ee02e04f6d9ef51af57a402ccf15110306571f /tests/QtGui/CMakeLists.txt | |
parent | 86c6261dac472b623d5799a11dee6c8956daf600 (diff) | |
download | pyside-689c31a3634e7266343ff475e82236bd7d6611a9.tar.gz pyside-689c31a3634e7266343ff475e82236bd7d6611a9.tar.xz pyside-689c31a3634e7266343ff475e82236bd7d6611a9.zip |
Fix BUG #1091 - "PixmapFragment and drawPixmapFragments are not bound"
See http://bugs.pyside.org/show_bug.cgi?id=1091.
Also minor coding style fixes in QtGui's typesystem.
Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
Reviewed-by: Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'tests/QtGui/CMakeLists.txt')
-rw-r--r-- | tests/QtGui/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/QtGui/CMakeLists.txt b/tests/QtGui/CMakeLists.txt index 1d95576..9bac913 100644 --- a/tests/QtGui/CMakeLists.txt +++ b/tests/QtGui/CMakeLists.txt @@ -164,6 +164,9 @@ PYSIDE_TEST(virtual_protected_inheritance_test.py) PYSIDE_TEST(virtual_pure_override_test.py) PYSIDE_TEST(wrong_return_test.py) +if (${QTVERSION} VERSION_GREATER 4.6.9) + PYSIDE_TEST(bug_1091.py) +endif() if(Q_WS_X11) PYSIDE_TEST(x11_symbols_test.py) |