Re: [Interest] qml plugin cannot be loaded with qt-5.0.0 release

2013-02-05 Thread T andolsi
Hi, Run the application with QT_DEBUG_PLUGINS=1 and fix the library loading > error > it reports. > > I copied libqmlwebkitplugin.so and libqmlwebkitplugin.so from qml to imports directory, then the MiniBrowser works fine. Are these libraries copied into the appropriate directories? Or should

Re: [Interest] qml plugin cannot be loaded with qt-5.0.0 release

2013-01-31 Thread T andolsi
> Run the application with QT_DEBUG_PLUGINS=1 and fix the library loading error > it reports. I did it an got the following error: loaded library "/home/qt-5.0.0-rel/imports/QtWebKit/libqmlwebkitplugin.so" qrc:///qml/BrowserWindow.qml:30:1: plugin cannot be loaded for module "QtWebKit": Unknown e

Re: [Interest] qml plugin cannot be loaded with qt-5.0.0 release

2013-01-30 Thread Thiago Macieira
On quarta-feira, 30 de janeiro de 2013 18.13.24, T andolsi wrote: > Hi, > > I built qt-5.0.0 for armv7/directfb platform. > > > Running the MiniBrowser, I got the following error: > > qrc:///qml/BrowserWindow.qml:30:1: plugin cannot be loaded for module > "QtWebKit": Unknown error > QObject::co

[Interest] qml plugin cannot be loaded with qt-5.0.0 release

2013-01-30 Thread T andolsi
Hi, I built qt-5.0.0 for armv7/directfb platform. Running the MiniBrowser, I got the following error: qrc:///qml/BrowserWindow.qml:30:1: plugin cannot be loaded for module "QtWebKit": Unknown error QObject::connect: Cannot connect (null)::pageTitleChanged(QString) to BrowserWindow::onTitleChang