The first thing, please put your code into CODE tags and second thing, do you build your program in Debug or Release profile?
The first thing, please put your code into CODE tags and second thing, do you build your program in Debug or Release profile?
Last edited by ado130; 26th September 2017 at 11:31.
Sorry about the Code tag thing - I'm unused this interface
To build the program I typed:
> qmake
> make
In a mac terminal window - I'm not running inside QT Creator.
I don't know what a Debug or Release profile is.
Hi, try to add
to your .pro file. This will build the program in debug mode and enable QDebug output.
Ginsengelf
Still no output.
I tried all combinations of debug and console
Qt Code:
CONFIG =+ debug CONFIG += consoleTo copy to clipboard, switch view to plain text mode
But no joy.
A bit of Googling showed that this question has been asked many times
but I could find no satisfactory answer.
Any more ideas?
What do you even mean by "debug output"? Are you referring to output from the qDebug() macro that you have added to your code or what are you referring to exactly?
I write the best type of code possible, code that I want to write, not code that someone tells me to write!
Bookmarks