From af6bf93d772414bdd375ad31eb924c7f501fa656 Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Tue, 1 Dec 2009 20:14:34 -0200 Subject: Enable parent ctor heuristic for PySide. Reviewed by Lauro Moura --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c3db135ec..fb6958134 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) +set(GENERATOR_EXTRA_FLAGS --generatorSet=shiboken --enable-parent-ctor-heuristic) enable_testing() -- cgit v1.2.3