PDA

View Full Version : is it possible the qdebug in terminal??



iswaryasenthilkumar
11th May 2015, 14:07
qdebug<<"helloworld";
i executed on qt i get an output succesfully i need this output to display on terminal while i executing qt??how should i display this qdebug output on terminal??
please help me:(
Tahnks in advance:o

wysota
11th May 2015, 14:17
Launch your application from terminal and you'll get output to terminal.

iswaryasenthilkumar
12th May 2015, 07:59
Thanks wysota i used command ./myapp it executed successfuly
Launch your application from terminal and you'll get output to terminal.