Installing multiple versions of Qt library

扶醉桌前 提交于 2020-03-20 06:27:05

问题


I have installed QtSDK in windows and its Qt library version is 4.7.0. Now i want to install Qt library version 4.8.2 for mingw and VS2008. How can i do this? How to introduce multiple versions to QtCreator?

Note : I have downloaded libraries from http://qt.nokia.com/downloads


回答1:


Sure you can. Just install the libraries in a different location and set Qt Creator to use those as well. You can find how here: http://doc.qt.io/qtcreator/creator-project-qmake.html.

You can then choose which configuration to use to compile in the properties of each project.



来源:https://stackoverflow.com/questions/11434670/installing-multiple-versions-of-qt-library

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!