Hi,

I have a simple console application and when I compile and run in Qt Creator it works fine, when I run it from terminal ( Ubuntu ) it works fine but when I try run it directly from directory using double click it doesn't work - nothing happens.

But GUI application ( using widgets ) I can run directly from directory using double click...

Maybe someone know what I am doing wrong?