Application for launching a Qt application on Mac OSX

I just installed the Qt creator on OSX and after compiling my first program (nothing unusual, just “hello world”), I tried to run it. He opened the terminal without my greeting, just said "press enter to close."

I read similar Stackoverflow topics on this subject, like this one: Logging into the console with Qt Creator

I took two steps ("Run in Terminal", which was already checked by default and set the xterm path to "/ usr / x11 / bin / xterm -e", I checked that I really had xterm in this path after installing x11 ) But unfortunately, when I run my program, at the output of the Qt creator application, I just get the message:

Starting / Users / Michael / building-First-Desktop_Qt_5_5_1_clang_64bit-Debug / First ...

and then nothing happens, there is no terminal. Has anyone already encountered this problem?

Thanks in advance

+4
source share

All Articles