QUSIR / staff

Automatically exported from code.google.com/p/staff
Apache License 2.0
0 stars 0 forks source link

generate qt .pro files for the service (server) #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
same way as the client .pro file is generated, it would be nice to have the 
service/server as well

thanks

Original issue reported on code.google.com by cristian...@gmail.com on 27 Dec 2011 at 6:42

GoogleCodeExporter commented 9 years ago
It is not a problem, but remember, you should have QCoreApplication started as 
thread in some service. 

Original comment by loentar on 27 Dec 2011 at 7:03

GoogleCodeExporter commented 9 years ago
sorry, I'm not following you :(

for the client project, you generate a .vsproj and a Makefile and a .pro
for the server project, you generate a .vcproj and a Makefile

I was thinking about having a .pro equivalent for the generated server component

Original comment by cristian...@gmail.com on 27 Dec 2011 at 8:08

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r570.

Original comment by loentar on 29 Dec 2011 at 4:03

GoogleCodeExporter commented 9 years ago
I mean, if you use Qt inside service, you should have QCoreApplication instance 
started, else Qt signals, timers and etc. will not work

Original comment by loentar on 29 Dec 2011 at 4:08