Hi, i've problem under linux;
I'd like create Edit.out (executable file) and launch it from console; but when I type 'Edit.out' + <enter>, console say me that unnknow comand;
I can launch app (using KDE) with double click on my application icon; but with this way I can't see console under my application..How can I do it under linux? Thanks
Qt Code:
  1. CONFIG += qt console warn_on opengl exceptions
  2. TARGET = Edit.out
To copy to clipboard, switch view to plain text mode