Hi,

I'm trying to use a QTcpSocket, but when I code this line:
#include <QTcpSocket>

I get this response:
QTcpSocket: No such file or directory

I would guess I'm not connecting to any Qt libs, but for some reason it seems to find <QtGui>, <QIODevice>, and <QMetaStuff> just fine.

I'm probably overlooking something obvious, but I can't seem to determine what it is.