Added possibility to activate additionl printings aimed to debug for qt plugins

This commit is contained in:
Marco Dalla Tiezza
2024-06-27 12:34:01 +02:00
parent 463a532c27
commit 2cbeec6af3
2 changed files with 5 additions and 0 deletions

View File

@@ -19,3 +19,5 @@ def set_ui():
os.environ['QT_ENABLE_GLYPH_CACHE_WORKAROUND'] = '1'
os.environ['QML_USE_GLYPHCACHE_WORKAROUND'] = '1'
os.environ['QT_DEBUG_PLUGINS'] = CONFIGURE_QT.value('Develop', 'debug_plugin', '0')