aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/_config.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/PySide2/_config.py.in')
-rw-r--r--sources/pyside2/PySide2/_config.py.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/sources/pyside2/PySide2/_config.py.in b/sources/pyside2/PySide2/_config.py.in
new file mode 100644
index 000000000..db8a17210
--- /dev/null
+++ b/sources/pyside2/PySide2/_config.py.in
@@ -0,0 +1,6 @@
+built_modules = list(name for name in
+ "@all_module_shortnames@"
+ .split(";"))
+
+shiboken_library_soversion = str(@SHIBOKEN_SO_VERSION@)
+pyside_library_soversion = str(@PYSIDE_SO_VERSION@)