How to put project file generation mode
-
Hi and welcome to devnet,
AFAIK Qt Creator doesn't provide that option. You usually start a new project from with it or open an existing one.
For qmake, open the command line, go the the folder you want and call
qmake -project
. -
Hi and welcome to devnet,
AFAIK Qt Creator doesn't provide that option. You usually start a new project from with it or open an existing one.
For qmake, open the command line, go the the folder you want and call
qmake -project
. -
Yes, that's it.