Change Qt install path after building?

前端 未结 5 774
自闭症患者
自闭症患者 2020-12-14 23:11

how can I change Qt install path after I building it ?

Example : qmake.exe search binaries to original install path, how can I change/redefine it ?

Thanks.

5条回答
  •  星月不相逢
    2020-12-14 23:46

    On Unix/Linux:

    You can also use LD_LIBRARY_PATH+PATH for workarounds. But still, some defaults are hardcoded in the code, yes. A rebuild is a must.

提交回复
热议问题