I am using a qDebug() of Qt Framework for printf something on the screen. It works just fine when I run application from Qt Creator, but when I try to execute it from Windows cmd it shows nothing. Why that happens?
I am using a qDebug() of Qt Framework for printf something on the screen.
Share
You have to add
to your projects
.profile and do not forget to clean and build (rebuild) your project.