I wonder if it is possible, when building Qt from source code, to build only qmake, but none of thq Qt libraries? My project uses qmake as a build tool, but is actually not depent on Qt as a library.

I'm trying to achieve this by specifying --make tools --nomake libs to the configure script, but it will still want to build libs as well.