[Interest] output directory when building Qt 5.9.1
Thiago Macieira
thiago.macieira at intel.com
Sun Jul 23 18:45:57 CEST 2017
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
More information about the Interest
mailing list