more debug with debug plugins
This commit is contained in:
parent
a6c996e841
commit
b97c9ba057
|
@ -83,7 +83,8 @@ pipeline {
|
||||||
/* Runtime flag to make testing of the app easier. Switched off: unpredictable app behavior under new tests */
|
/* Runtime flag to make testing of the app easier. Switched off: unpredictable app behavior under new tests */
|
||||||
/* STATUS_RUNTIME_TEST_MODE = 'True' */
|
/* STATUS_RUNTIME_TEST_MODE = 'True' */
|
||||||
|
|
||||||
QT_LOGGING_RULES='*.warning=true'
|
QT_LOGGING_RULES = '*.warning=true;qt.qpa.*info=true'
|
||||||
|
QT_DEBUG_PLUGINS = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
Loading…
Reference in New Issue