3

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

Hesam Qodsi
  • 1,569
  • 3
  • 25
  • 38
  • possible duplicate of [How to install two versions of Qt and tell the application which to use?](http://stackoverflow.com/questions/5962675/how-to-install-two-versions-of-qt-and-tell-the-application-which-to-use) – Cory Klein Sep 13 '13 at 18:59

1 Answers1

1

Sure you can. Just extract 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.

Luca Carlon
  • 9,546
  • 13
  • 59
  • 91
  • Broken address. – Anon May 06 '17 at 01:08
  • Address is ok, but I still can't figure out how to install a new QT version. The title of the linked article specifies how to add, not how to install. – mihai Jul 08 '20 at 07:15
  • "Install" clearly means "to extract", as the packages where compressed libs and headers. Can't think of a reason to downvote. – Luca Carlon Jul 08 '20 at 10:31