[Webkit-unassigned] [Bug 83588] [Qt] [WK2] MiniBrowser fails on startup because of FilePicker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 10 11:03:46 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=83588





--- Comment #2 from Andras Becsi <abecsi at webkit.org>  2012-04-10 11:03:46 PST ---
(In reply to comment #1)
> There is a folder with the same name under qtquick1/src/imports. It seems that the folderlistmodel lib that you have corresponds to the qquick1 (It should be the one from qtdeclarative/src/imports). What gets installed depends on the order in which QtQuick1 and QtQml components are installed. Installing the QtQml component again will fix it.
> 
> The permanent fix to avoid depending on the order would be to have a different name for each of these plugins. Simon, is there any other solution?

Indeed it looks like building qtquick1 overwrites the qtquick2 folderlistmodel plugin.

Since I do not use make install, but a shadow build, the solution for me was to clean $QTDIR/imports/Qt/labs/folderlistmodel and run make in the qtdeclarative shadow directory again which automatically copies the plugin to QTDIR.

Since there is no separate QtQml module the order of build dependencies is always qtdeclarative, qtquick1, thus until this is not fixed in Qt qtquick1 will always overwrite the needed qtquick2 plugin, and the described workaround is needed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list