Re: [Development] Relocating a Qt compilation

2018-06-28 Thread Mark De Wit
nt@qt-project.org Subject: Re: [Development] Relocating a Qt compilation 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 &

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