Well, in fact there is a way to do this, but it is not the one I would suggest.
If you go to you $QTDIR/mkspecs/<your_spec> you will see qmake.conf file which will probably have this line
You might want to add all the libs that you need. Let's say you add 'network' to QT. So you have
But, if you create another projects they will include this module even if you don't need it.
Bookmarks