-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Out of scope
-
Affects Version/s: Qt Creator 4.7.0
-
Fix Version/s: None
-
Component/s: All Other Issues
-
Labels:
-
Environment:Windows 10
-
Platform/s:
When a pro file invokes an external application as part of QMAKE_POST_LINK, if this outputs via qDebug() it does not show up in the compile output. stdout/stderr output via printf/std::cout/std::cerr work fine so it only effects qDebug() output.