Re: [Interest] question about windows installation

2014-08-25 Thread Darren Dale
On Sat, Aug 23, 2014 at 4:27 PM, Darren Dale dsdal...@gmail.com wrote: I've been working on a relocatable Qt5 conda package, which patches the hardcoded paths in the Qt5Core.dll and qmake.exe files. However, there are a number of .lib and .prl files that conda is having trouble fixing

Re: [Interest] Source build on windows

2014-08-11 Thread Darren Dale
On Sun, Aug 10, 2014 at 10:21 PM, Sze Howe Koh szehowe@gmail.com wrote: I haven't built Qt WebKit myself, but I've built the rest of Qt successfully using instructions from http://qt-project.org/wiki/Building_Qt_5_from_Git. It contains detailed instructions for setting up and building Qt

Re: [Interest] question about relocating Qt library installation

2014-08-08 Thread Darren Dale
On Wed, Aug 6, 2014 at 4:20 PM, Darren Dale dsdal...@gmail.com wrote: On Mon, Aug 4, 2014 at 11:59 PM, Thiago Macieira thiago.macie...@intel.com wrote: On Monday 04 August 2014 09:47:55 Darren Dale wrote: I spent a good part of the weekend looking for information on the web. I'm

Re: [Interest] question about relocating Qt library installation

2014-08-06 Thread Darren Dale
On Mon, Aug 4, 2014 at 11:59 PM, Thiago Macieira thiago.macie...@intel.com wrote: On Monday 04 August 2014 09:47:55 Darren Dale wrote: I spent a good part of the weekend looking for information on the web. I'm not certain I understand the problem, but am certain there must be a solution

[Interest] question about relocating Qt library installation

2014-08-04 Thread Darren Dale
Hello, I'm working on project to provide a Qt5 conda package. Briefly, conda is an open source package manager developed by Continuum Analytics (with whom I am not affiliated) that deals with conflicting software stacks by creating isolated environments (especially good for scientific software).