Qt windows relative path install
Installation and Deployment
8
Posts
4
Posters
3.4k
Views
1
Watching
-
Hello all
What I am trying to do is compile qt on windows on my machine and then distribute the compiled statically linked qt around the office (so only one person is responsible for updating qt)
Whenever someone tries to use the qmake, they get errors because the paths in the make file all direct to my machine directories instead of relative path that I hoped for.
Is there a solution to this? Thanks!
-
An approach to make the compiled in paths work for multiple users is to standardize on a drive that is mounted the same way for all users. For example, using L, put Qt in L:\Qt\4.8.0 so that this path is the same for everybody. Make sure to also build Qt in this location, so that qmake points there.