aboutsummaryrefslogtreecommitdiffstats
path: root/examples/utils/pyside_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/utils/pyside_config.py')
-rw-r--r--examples/utils/pyside_config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/utils/pyside_config.py b/examples/utils/pyside_config.py
index ea021030f..ec4cb61d1 100644
--- a/examples/utils/pyside_config.py
+++ b/examples/utils/pyside_config.py
@@ -53,6 +53,10 @@ options.append(("--shiboken-include-path",
lambda: get_package_include_path(Package.SHIBOKEN_MODULE),
pyside_error,
"Print shiboken module include paths"))
+options.append(("--shiboken-generator-include-path",
+ lambda: get_package_include_path(Package.SHIBOKEN_GENERATOR),
+ pyside_error,
+ "Print shiboken generator include paths"))
options.append(("--pyside-include-path",
lambda: get_package_include_path(Package.PYSIDE_MODULE),
pyside_error,