Building multiple binaries in one qt project
-
I need to build multiple binaries(executable file .exe) from multiple source files(.cpp with main() inside) in one single qt project. I was using Qt creator to create qt project file. There is seems no options while creating new project.
How to build multiple binaries in one qt project? -
You have to create separate projects one for each .exe you need. And than you can combine them into one "subdirs project":http://qt-project.org/doc/qt-4.8/qmake-project-files.html#project-templates .