Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hello, How to Create the needed Qt project file by running qmake in project file generation mode in the application directory??
How to put Qt creator in 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.
qmake -project
@SGaist You menat to say directly i shoud go to the application directory and call qmke -project via command prompt
Yes, that's it.