Hi Fabrice, There's been no such change. Your problem is most likely one of two:
- You actually disable the qDebug, qWarning via custom logging rules. See http://doc.qt.io/qt-5/qloggingcategory.html , section "Logging Rules" for the details. - You have a GUI program that logs to the system wide debugging log, but other IDE's or debuggers are interfering. Make sure that you don't run multiple IDE's or debuggers at the same time. In general, this is the wrong mailing list for questions about Qt itself. Please contact either support (if you're a commercial customer), or use the forums or [email protected]. Regards Kai > -----Original Message----- > From: Development <[email protected]> On Behalf Of > Fabrice Mousset | GEOCEPT GmbH > Sent: Friday, January 11, 2019 9:50 AM > To: [email protected] > Subject: [Development] Qt 5.12 and debug/warnings messages > > Hi, > > > > I have installed Qt 5.12.0 for Windows / MSVC2017-32bit with Qt Maintenance > Tool. > > I wondering why qDebug and qWarning have been disabled in this version? > > qDebug() and qWarning() do not work, even in Debug build! Why? > > Is this intentional? > > > > Do I have to build Qt from sources to made them work again or will this be > fixed/changed in next build (Qt 5.12.1)? > > > > Regards > > > > Fabrice Mousset _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
