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@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest