more debug with debug plugins

This commit is contained in:
Anastasiya Semenkevich 2024-06-19 09:27:35 +03:00 committed by Anastasiya
parent a6c996e841
commit b97c9ba057
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ pipeline {
/* Runtime flag to make testing of the app easier. Switched off: unpredictable app behavior under new tests */
/* STATUS_RUNTIME_TEST_MODE = 'True' */
QT_LOGGING_RULES='*.warning=true'
QT_LOGGING_RULES = '*.warning=true;qt.qpa.*info=true'
QT_DEBUG_PLUGINS = 1
}
stages {