> -----Original Message----- > From: [email protected] [mailto:qt- > [email protected]] On Behalf Of ext > [email protected] > Sent: Tuesday, June 07, 2011 2:18 PM > To: [email protected] > Subject: Re: [Qt-creator] debugging qml that is installed in > /usr/lib/qt4/imports... from a git tree? > >> [..] > > Is there a way to do that with QML? Hrm...I'm actually using qmlviewer > > from qtcreator, so I suppose I might be able to use the -I command > > line option to qmlviewer to load from the relevant path in my git > > tree, right? > > My attempts at this have failed - it always seems to prefer the installed > imports rather than the ones in directories specified by '-I'.
I doubt it. Arguments passed to qmlviewer via "-I" are prepended to the list of directories used to locate plugins. > Anyone any ideas? Setting the QML_IMPORT_TRACE environment variable to e.g. "1" might give you some insight on what the engine does. Regards Kai _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
