Hi,
I have developed two separate applications a client and a server, which are build separately as they were separate projects, Now i want to build and run them together, so i created a folder and copied the two projects in the folder and created a .pro file which contains the following lines
TEMPLATE = subdirs
SUBDIRS += server client
CONFIG += ordered
when i build and run, two projects are build successfully, but only one project is run,
I want both application to run together.
Please suggest a solution.
Thanks,
Georgy Daniel
↧