From 5.2.1 to 5.3
-
QT_MESSAGE_PATTERN defines how logging functions (qDebug(), and family) print out information.
It's an evironment variable, read "here":http://qt-project.org/doc/qt-5/debug.html#environment-variables-recognized-by-qt to learn about it
-
In my pc the QT_MESSAGE_PATTERN environment variable is not defined but the programs work correctly. In the other machines The programs, compiled with Qt 5.2.1 worked well.
I think is a problem related to Qt 5.3, some dependencies missed or similar.
I have set the variable in more different modes without to resolve.
Now I think to downgrade to Qt 5.2.1 -
Hi,
Can you reproduce that with a dummy program ?
-
-
I can confirm mcosta's statement:
I've just updated to 5.3 from 5.2.1 on Kubuntu 14.04 using "this: ":http://download.qt-project.org/official_releases/qt/5.3/5.3.0/qt-opensource-linux-x64-5.3.0.run, tested most of my projects and had not a single problem.