how do I link the bare minimum of the Qt library to my project/exe?
I don't want to use anything from Qt except the networking library, and even then (if possible) the needed part of it only.
How do I do that?
EDIT: What I want from Qt is only the networking library, and if possible, only the TCP part. (this: http://doc.qt.io/qt-5/qtnetwork-module.html shows lots of unnecessary stuff)