[Qt-qml] prepend import paths in qmlviewer

aaron.kennedy at nokia.com aaron.kennedy at nokia.com
Tue Oct 12 10:16:41 CEST 2010


Hi,

On 11/10/2010, at 6:42 PM, ext denis.dzyubenko at nokia.com wrote:

> Hi
> 
> Who would be the right person to review the following patch to qmlviewer?
> 
> I would like to change the behavior of the -I option to _prepend_ instead of appending a directory to the imports directory search list.

Are you sure this patch is even doing what you want it to?  All this patch does in change the precedence different "-I" command line options to the viewer are given - it doesn't affect the order of the internal search paths in QML.

Even if this *is* what you want, I don't think we should do it as it is different from the way compilers normally interpret "-I" which is "highest priority first".

Cheers,

Aaron



More information about the Qt-qml mailing list