mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-07 15:32:13 +00:00
2be8ec8456
Fix typesystem-paths
17 lines
382 B
Plaintext
17 lines
382 B
Plaintext
[generator-project]
|
|
|
|
generator-set = shiboken
|
|
|
|
header-file = $${BINDINGS_SRC_DIR}/bindings.h
|
|
typesystem-file = $${BINDINGS_SRC_DIR}/bindings.xml
|
|
|
|
output-directory = $${BINDINGS_BUILD_DIR}
|
|
|
|
include-path = $${BINDINGS_INCLUDE_DIRS}
|
|
|
|
typesystem-paths = $${PYSIDE_TYPESYSTEMS}
|
|
|
|
enable-parent-ctor-heuristic
|
|
enable-pyside-extensions
|
|
enable-return-value-heuristic
|
|
use-isnull-as-nb_nonzero |