Added possibility to activate additionl printings aimed to debug for qt plugins
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -8,3 +8,6 @@ accent=Green
|
||||
|
||||
[Database]
|
||||
autoload=0
|
||||
|
||||
[Develop]
|
||||
debug_plugin=0
|
||||
|
||||
Reference in New Issue
Block a user