#include #include "udpserver.h" int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); UdpServer server(5678); return a.exec(); }