From d5a562f2159dc94e6c7cee1dfb771e63684c724d Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Tue, 2 Feb 2010 17:33:22 -0200 Subject: Enable return value heuristic on shiboken generator. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index cb78ea0e5..ba404b70c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ if (NOT SITE_PACKAGE) message(FATAL_ERROR "Could not detect Python module installation directory.") endif (NOT SITE_PACKAGE) -set(GENERATOR_EXTRA_FLAGS --generatorSet=shiboken --enable-parent-ctor-heuristic --enable-pyside-extensions) +set(GENERATOR_EXTRA_FLAGS --generatorSet=shiboken --enable-parent-ctor-heuristic --enable-pyside-extensions --enable-return-value-heuristic) enable_testing() -- cgit v1.2.3