<QTcpServer> header file QT in visual studio 2019
-
@fari35 said in <QTcpServer> header file QT in visual studio 2019:
QTcpServer
It is part of Qt.
Did you install Qt?
Do you have "QT += network" in your pro file?
"I think I need to downlaod Qt packages but from where can I download that?" - from https://www.qt.io/download -
@fari35 said in <QTcpServer> header file QT in visual studio 2019:
How can I download this?
As I already wrote: it is part of Qt, there is no need to download it extra!
How did you install Qt? -
@jsulm I have this zip file downloaded "qt-everywhere-src-5.15.0" and qtcpserver directory is there in this zip file but I don't know how to include it as a header file?
And I've downloaded Qt from this link "https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools2019" -