if "Config += console" is added in the ".pro" file, the GUI application will show a console in background, how I remove this console window?
or how can I start a console in code without using "Config += console".
My Sample code is as following.
any suggestion?Qt Code:
main(int argc, char *argv[]) { if(argc<=1) runGUI(); else runConsole(); }To copy to clipboard, switch view to plain text mode
Bookmarks