I want to add a console to my application, and here\'s my problem.
In Qt Creator, I create a new Project, I select \'Qt Console Application\', convert it from using
Ok, it turns out the console only shows up when directly running the deployed executable, meaning actually navigating to it and running it manually, not by running it within Qt Creator. I should've tested this first before posting the question, but I really didn't think it would've done anything. I'll leave the question up because it might help some others out anyway.