Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 4.5.0
-
None
-
OpenSuSE tumbleweed since 4. March 2018
Description
#include <QCoreApplication> #include <QDebug> int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); qDebug()<< "Hello"; exit(0); }
Does NOT produce any output on the "Application Output" pane ("run in terminal un-checked)
(I am working with Qt since 1o years; it came with the update last week; on 42.3 all works fine)
Attachments
Issue Links
- relates to
-
QTCREATORBUG-29530 Need a way to set environment for all run/debugged programs
-
- Closed
-