Re: [Interest] QtWebEngine and make install DESTDIR=/path/to/distdir

2016-12-31 Thread Thiago Macieira
Em sábado, 31 de dezembro de 2016, às 18:44:42 BRST, René J. V. Bertin escreveu: > Thiago Macieira wrote: > >> DESTDIR seems to work fine with Qt's cmake files though. > > > > Qt doesn't use cmake. > > It just provides them, I really don't understand why :) So that you can use cmake for your ow

Re: [Interest] QtWebEngine and make install DESTDIR=/path/to/distdir

2016-12-31 Thread René J . V . Bertin
Thiago Macieira wrote: >> DESTDIR seems to work fine with Qt's cmake files though. > > Qt doesn't use cmake. It just provides them, I really don't understand why :) R ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailm

Re: [Interest] QtWebEngine and make install DESTDIR=/path/to/distdir

2016-12-31 Thread Thiago Macieira
Em sábado, 31 de dezembro de 2016, às 18:02:07 BRST, René J. V. Bertin escreveu: > Thiago Macieira wrote: > >> Is this something I should report as a bug, or should I use a different > >> variable in the place of DESTDIR (if so, which)? > > > > INSTALL_ROOT > > Doh, I actually knew that, thanks.

Re: [Interest] QtWebEngine and make install DESTDIR=/path/to/distdir

2016-12-31 Thread René J . V . Bertin
Thiago Macieira wrote: >> Is this something I should report as a bug, or should I use a different >> variable in the place of DESTDIR (if so, which)? > > INSTALL_ROOT Doh, I actually knew that, thanks. DESTDIR seems to work fine with Qt's cmake files though. R. ___

Re: [Interest] QtWebEngine and make install DESTDIR=/path/to/distdir

2016-12-31 Thread Thiago Macieira
Em sábado, 31 de dezembro de 2016, às 12:34:03 BRST, René J.V. Bertin escreveu: > Is this something I should report as a bug, or should I use a different > variable in the place of DESTDIR (if so, which)? INSTALL_ROOT -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - In

[Interest] QtWebEngine and make install DESTDIR=/path/to/distdir

2016-12-31 Thread René J . V . Bertin
Hi, I maintain a Qt5 port for MacPorts and have been noticing something odd with the intermediate build results of QtWebEngine. Nothing that seems to affect the final install, but it could have different effects in other contexts, like leaving residual things in the root directory. MacPorts cr