Re: [Development] Qt installation prefix path issue

2017-10-18 Thread Christian Gagneraud
On 18/10/2017 8:08 pm, "Thiago Macieira" wrote: [moving to the interest mailing list; please drop development@ when replying] On Tuesday, 17 October 2017 23:38:24 PDT bhaskar kotha wrote: > How to configure Qt so that Qmake should not take absolute path. That's not possible. You can't move Qt:

Re: [Development] Qt installation prefix path issue

2017-10-18 Thread Thiago Macieira
[moving to the interest mailing list; please drop development@ when replying] On Tuesday, 17 October 2017 23:38:24 PDT bhaskar kotha wrote: > How to configure Qt so that Qmake should not take absolute path. That's not possible. You can't move Qt: you have to decide where it's going to be the mom

[Development] Qt installation prefix path issue

2017-10-17 Thread bhaskar kotha
Hi, When I am configuring Qt with ./configure -prefix /home/bkotha/Qt5.4 -hostprefix /home/bkotha/Qt5.4 -bindir /home/bkotha/Qt5.4/bin -libdir /home/bkotha/Qt5.4/lib -headerdir /home/bkotha/Qt5.4/include -plugindir /home/bkotha/Qt5.4/plugins -importdir /home/bkotha/Qt5.4/imports -archdatadir /home/