[Development] Configure command lines of official Qt releases

Richard Weickelt richard at weickelt.de
Thu Jun 6 10:10:20 CEST 2019


On 05.06.2019 21:28, Иван Комиссаров wrote:
> AFAIK -R . is used to load that icu libraries I told you about in Gerrit.
> 
> Otherwise it will try to load the system ones instead of the shipped ones with Qt.

Thanks, Ivan. While this is true for other libs like xcb, Qt does not ship
icu. It uses either the one provided by the system or a thin replacement
resulting in a reduced localization feature set according to
https://wiki.qt.io/Qt_5_ICU#Design_Principles

I am a bit confused by "-R .". after reading the documentation:

        -R <string> ........ Add an explicit runtime library path to the Qt
                             libraries.

I thought that "." is always implicitly the first path where the run-time
linker looks for (other)libraries. So I don't understand why it is set
explicitly.

Richard



More information about the Development mailing list