Installation of Qt Creator (Any version)
General and Desktop
27
Posts
4
Posters
7.2k
Views
1
Watching
-
Do you mean a console application ?
-
Then it's not a console application. You asked for an empty project so you have to write everything yourself. What did you write for this project ?
-
In what file did you write that ?
-
Hi,
If you want a console application, you need to create a console application project, not an empty project.
File -> New File or Project... -> Applications -> Qt Console Application
After that, you can remove QCoreApplication from main.cpp if you don't want to use Qt classes.
-
if you want develop using native c++ it's better to use from an c++ IDE which is simplest from Qt Creator...
We download, install and use from Qt because of it's useful libraries...
i hope you can find best answer :)