How to copy QT folder to another folder without reinstalling it?
Posted
by Oleg
on Stack Overflow
See other posts from Stack Overflow
or by Oleg
Published on 2010-03-19T09:58:05Z
Indexed on
2010/03/19
10:01 UTC
Read the original article
Hit count: 215
I have QT installed on disc D (on Windows). And I want to move it to disc C. Is it possible to do that?
If I just copy QT folder from C to D then I see lot of errors when I compile my applications that use QT. Errors are because qmake.exe contains full paths to include, bin and libs folders inside. So, when I create solution for Visual Studio 2005 using qmake - then this solution contains dependencies to old QT folder from disc D. And I found no way how to remove this dependencies without reinstalling of QT.
It is not a big problem for one my single machine - I can reinstall. But I need to deliver this change then to tens and hundreds of other developers machines and I want to make it as easy as possible without need to reinstall QT.
© Stack Overflow or respective owner