diff options
| author | Friedemann Kleint <friedemann.kleint@qt.io> | 2022-12-05 15:44:50 +0100 |
|---|---|---|
| committer | Cristián Maureira-Fredes <cristian.maureira-fredes@qt.io> | 2025-11-24 12:06:11 +0100 |
| commit | 39bf64f845d6b759ebc726e85949e82dab678d37 (patch) | |
| tree | 4049c7bcd70aeed935f5bfcad4baffad750a87b7 /examples/utils/pyside_config.py | |
| parent | 845630ad239c4b37ff37e49ef5bb969a8946744b (diff) | |
Split off shibokengenerator
Split the generator executable off to a new directory
shiboken6_generator.
Adapting the build scripts and cmake configuration.
Task-number: PYSIDE-962
Task-number: PYSIDE-1587
Change-Id: I301f96daace0331b0abc17bc59b44cd2396b9953
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/utils/pyside_config.py')
| -rw-r--r-- | examples/utils/pyside_config.py | 4 |
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, |
