Re: [Development] Regression in QtQml

2012-07-15 Thread Robin Burchell
Ah, ok! I didn't even think to check that. Perhaps the message should make a mention of qmldir files, or something? Thanks, and sorry to waste your time. On Mon, Jul 16, 2012 at 12:53 AM, wrote: > Hi Robin. > > The problem appears to be that the file 'imports/com/Nokia/extras/qmldir' > contain

Re: [Development] Regression in QtQml

2012-07-15 Thread matthew.vogt
Hi Robin. The problem appears to be that the file 'imports/com/Nokia/extras/qmldir' contains numerous entries which are repetitions of earlier entries. As of the change you identified, this condition is now reported as an error - the old behavior was to import the first entry encountered, and to

[Development] Regression in QtQml

2012-07-15 Thread Robin Burchell
Hi, I was porting the QtQuick2 branch of MeeGo components to track recent Qt 5 changes (removal of QT += declarative, old plugin loaders, etc). I got it building, but I was running into errors running examples/meego/QmlComponentGallery about things having "already been defined". Upon further insp