Qt 6.11 is out! See what's new in the release
blog
QPluginLoader and QTcpServer
General and Desktop
1
Posts
1
Posters
640
Views
1
Watching
-
Hi,
I have a class that implements QTcpServer with success on a application, but when I've tried to used it inside a plugin, my server doesn't start. I've read that QTcpServer must run inside a QCoreApplication, but when I do this, the aplication that invokes that plugin, gets stuck.
Somebody has any suggestion to solve this?
thanks