Is the network library always required by QtGui?
I always have to link in the QtNetwork library, otherwise I get errors about QtGui not finding several functions there. I'm not using networking at all, and would like to not have to link it in.
I'm using Qt Core 4.3.1 Open source edition.
James