Re: [Development] Relocating a Qt compilation

2018-06-28 Thread Mark De Wit
A qt.conf file could also help point to correct locations. It doesn't have to be absolute, it can be relative? This is how we deal with the hard-coded paths. Mark -Original Message- From: Development On Behalf Of Thiago Macieira Sent: 28 June 2018 15:58 To: development@qt-project.or

Re: [Development] Relocating a Qt compilation

2018-06-28 Thread Thiago Macieira
On Thursday, 28 June 2018 07:44:41 PDT Eric Lemanisser wrote: > Hello, > > I'm currently working on a Qt package for conan, and the fact that qt files > have absolute path hard-coded in them is problematic. The use case is the > following : a user downloads a binary distribution of Qt > (qmake+moc

[Development] Relocating a Qt compilation

2018-06-28 Thread Eric Lemanisser
Hello, I'm currently working on a Qt package for conan, and the fact that qt files have absolute path hard-coded in them is problematic. The use case is the following : a user downloads a binary distribution of Qt (qmake+moc+include+libs etc.), which is then stored in a directory which cannot be k