Change Qt install path after building?

前端 未结 5 773
自闭症患者
自闭症患者 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:48

    I can answer it for windows, not so sure about others. Remove the path variables if any present in the environmental variable PATH.

    In Qt-Creator goto,

    Tools->Options->Qt4->Qt Versions

    In the right hand side area, you will find Auto- Detected and Manual. Under Manual add a new entry by clicking the + symbol in the far right. Specify the QMake location by clicking Browse . Change the Default Qt Version to your newly specified Version. Of course, you have to re -build the application. Hope that it helps.

提交回复
热议问题