[SOLVED] C commandline-application without X11
-
wrote on 18 Oct 2012, 15:04 last edited by
I'm developing a commandline-application with C on OSX 10.7.4 (QtCreator 2.5.2, Qt 4.8.2).
For some reason always when I run my application a X11-window also pops up.
How can I get rid of it? -
wrote on 18 Oct 2012, 15:32 last edited by
Are you writing a Qt application?
-
wrote on 18 Oct 2012, 15:33 last edited by
Its without Qt (CONFIG -= qt) but I still don't get what X11 has to do with it.
EDIT: My bad...it was just the debug-window.
1/3