Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
Yes, it helped, thanks. On 26.03.2018 09:15, Mitch Curtis wrote: You might be running into https://bugreports.qt.io/browse/QTBUG-66153 Try setting QT_LOGGING_TO_CONSOLE=1 On 3/26/18, 6:08 AM, "Development on behalf of Igor Mironchik" wrote: Hello, Built sources from git rep

Re: [Development] qDebug()

2018-03-25 Thread Mitch Curtis
You might be running into https://bugreports.qt.io/browse/QTBUG-66153 Try setting QT_LOGGING_TO_CONSOLE=1 On 3/26/18, 6:08 AM, "Development on behalf of Igor Mironchik" wrote: Hello, Built sources from git repository (5.11 branch) doesn't print qDebug() messages to console. W

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
Simple: #include #include #include #include #include class Obj     :    public QWidget {     Q_OBJECT public:     Obj()     {}     ~Obj()     {} public slots:     void start()     {         show();         QTextStream st( stdout );         st << "QTextStream works...";         qDebug() <

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
On 26.03.2018 08:50, Timur Pocheptsov wrote: Have you tried creating an empty qtlogging.ini (as suggested on stackowerflow)? Sure. Best regards,     Timur. *From:* Development on behalf of Igor Mironchik *S

Re: [Development] qDebug()

2018-03-25 Thread Timur Pocheptsov
Have you tried creating an empty qtlogging.ini (as suggested on stackowerflow)? Best regards, Timur. From: Development on behalf of Igor Mironchik Sent: Monday, March 26, 2018 7:02:28 AM To: Alexander Akulich; inter...@qt-project.org Cc: development@qt-pr

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
On 26.03.2018 07:50, Alexander Akulich wrote: Hello Igor, Does the linked solution help? See also comment #2 at https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1731646 (referenced in the stac

Re: [Development] qDebug()

2018-03-25 Thread aha_1980
Hi Igor, Which platform are you on? Also, please check the output of configure regarding the logger backend (stdout vs. syslog etc.) It *may* also be a QtCreator bug. I have heard about your problem quite some time recently, you might want to use google and co. Regards, Andre Am Montag, 26. M

Re: [Development] qDebug()

2018-03-25 Thread Alexander Akulich
Hello Igor, Does the linked solution help? See also comment #2 at https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1731646 (referenced in the stackoverflow answer). (The subject question belongs to interest@, not development@. Please drop development@qt-project.org in further

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
What more interesting that in console applications qDebug() works... So I guess that this is not a problem of configuration process. And with Qt 5.9.4 installed with online installer qDebug() works in gui mode too. On 26.03.2018 07:33, Timur Pocheptsov wrote: On which platform is it? Are

Re: [Development] qDebug()

2018-03-25 Thread Igor Mironchik
Hi, On 26.03.2018 07:33, Timur Pocheptsov wrote: On which platform is it? Are you sure it's 5.11 only? I'm on Kubuntu 16.04. It is on 5.10 and 5.11 build from sources by myself. See, for example, the solution proposed here: https://stackoverflow.com/questions/48474897/qt-qdebug-stopped

Re: [Development] qDebug()

2018-03-25 Thread Timur Pocheptsov
On which platform is it? Are you sure it's 5.11 only? See, for example, the solution proposed here: https://stackoverflow.com/questions/48474897/qt-qdebug-stopped-to-work-no-more-printing-to-console-after-upgrading-to-ubu [https://cdn.sstatic.net/Sites/stackoverflow/img/apple-touch-i...@2.png?

[Development] qDebug()

2018-03-25 Thread Igor Mironchik
Hello, Built sources from git repository (5.11 branch) doesn't print qDebug() messages to console. What I missed during the configuration process? Thank you. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman