Qt "Source" variable location?
-
Hi!
I'm moving Qt custom build to another PC but I'm experiencing some problems. I resolved almost all of them, only one remains.
Where is "this":http://oi41.tinypic.com/ws30xx.jpg variable specified (red box on the image bellow)?!http://oi41.tinypic.com/ws30xx.jpg(Just an image)!
Regards,
Jake -
For Qt4 there is a tool called QtMove that edits all the necessary files and registers the new path. But it does not work with Qt5.
Most of the variables are compiled in qmake.exe. You can see them if you open it with hex editor or execute from command prompt qmake -query.
Probably the last thing I need to change is that source variable that I can't find.
Any ideas where to look are also welcome.