c++ - How can I install Qt onto another computer but in different directories? -


I have used the QT's online download to install it on my desktop but now I want it on my laptop too. I am unsure and how can I do without downloading again. My internet connection is nonsense and I do not even know that the laptop will allow me to consider that it has been issued by my school and not all downloads work. Please help! I tried copying all the files on the laptop but now all the settings are weird because the computer I am using is not in the C drive (or allows access).

I have seen how to store the paths of an established version of QT.

It looks like you need to change the following:

  • Qt5.2.1 / 5.2.1 / [compiler] / mkspecs / modules / Qt_lib_ [module] .pri

    Change the files from each of these, the line beginning with QT. [Module]. Rpath .

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -