[Interest] output directory when building Qt 5.9.1
Philippe
philwave at gmail.com
Sun Jul 23 19:14:30 CEST 2017
Thanks.
Indeed, specifing:
-prefix %QTDIR%\qtbase
solves my problem (I did not need -prefix before).
Philippe
On Sun, 23 Jul 2017 09:45:57 -0700
Thiago Macieira <thiago.macieira at intel.com> wrote:
> On Sunday, 23 July 2017 03:18:14 PDT Philippe wrote:
> > For many years (<= 5.8.0), building Qt on Windows would result having _all_
> > binaries found by default in qtbase\bin Now, extra modules such as
> > Qt5Multimedia.dll, are found in eg. qtmultimedia\bin
> >
> > Is there a way to have the same behaviour as before?
>
> The behaviour is still like that. It hasn't changed, provided that you specify
> -prefix to be your qtbase/bin when you configure Qt.
>
> If you specify to install elsewhere, then those binaries will end up in
> elsewhere/bin only after installation. Where the binaries are located before
> installation is irrelevant, since you're not supposed to use them.
>
> $ pwd; make >/dev/null 2>/dev/null && LC_ALL=C ls bin
> /home/tjmaciei/obj/qt/qt5/qtmultimedia
> ls: cannot access 'bin': No such file or directory
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
> Software Architect - Intel Open Source Technology Center
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
More information about the Interest
mailing list