Switch to cmake

This commit is contained in:
Carl Philipp Klemm 2026-03-27 11:29:20 +01:00
parent 913d7df56d
commit c1f6b6e90f
23 changed files with 155 additions and 189 deletions

View file

@ -70,7 +70,7 @@ int main(int argc, char *argv[])
QTcpSocket* microSocket = new QTcpSocket;
qInfo()<<"connecting to "<<host.toStdString()<<':'<<port<<" for tcp micro";
qInfo()<<"connecting to "<<host<<':'<<port<<" for tcp micro";
microSocket->connectToHost(host, port, QIODevice::ReadWrite);
if(!microSocket->waitForConnected(1000))