관리 메뉴

Value Creator의 IT(프로그래밍 / 전자제품)

#17 QT <QTcpServer> include시 오류가 날때 본문

1. 프로그래밍/3) QT

#17 QT <QTcpServer> include시 오류가 날때

valuecreatort 2019. 6. 20. 17:57
반응형

[문제]

https://stackoverflow.com/questions/16748602/why-cant-i-find-qtcpserver 

 

Stack Overflow - Where Developers Learn, Share, & Build Careers

Stack Overflow | The World’s Largest Online Community for Developers

stackoverflow.com

QTcpServer를 include 했는데 오류가 난다.

 

[해결]

프로젝트의 .pro 파일에 QT += network를 넣어준다.

 

보통은 QT += core gui가 기본으로 되어있다. 이것을 QT += core gui network로 바꿔준다.

반응형
Comments