I'm trying to build a project that I found on sourgeforge call Volbx. Obviously you need a proper environment with boost, Qt 4 QuaZip and Qwt but anyway I just want to make it run with Qt5. First Quazip should be build under Qt4 so I change the .pro to get rid of it. I muted some classes which own Quazip lib and tried to make it build as far as I can. But for any good reason when I do qmake, in my makefile I still get classes that I mute in .pro. shouldn't the .pro who manage the generation of makefile ? Doesn't exist any tips and tricks to pass around some missing lib to compile a project ?

Thanks in advance for any advice which light my path to a better knowledge of Qt world