qt - Remove linkage to libs in qmake -


i have qmake .pro file dependency webkit (qt += webkit). when qmake executed , makefile generated, see it's linking additional libs, not connected explicitly in .pro file.

i use newer version of lib, , remove linkage older version.

i have tried te following things:

  1. delete makefile

  2. add "libs -= -llibrary_name" in end of .pro file

  3. generate makefile qmake not work - linkage older version of lib still present in makefile.

is possible remove linkage in current case?

you'd need recompile version of qt use libraries want. information comes build configuration of qt version you're using. point qt's configure relevant libraries wish override, build it, , use build project. automatically pull in newer libraries overrode.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -