Hello.
Is it possible to create a project in Qt-creator that will build two executable files?
I'm working on a project that will have both a client and a server. They will share some code so it would be nice if I could build both the server and the client in the same project.

Is this possible?