<div dir="ltr"><br><div class="gmail_quote">This is the link to the .pro file on github<br>
<br>
<a href="https://github.com/BillyHalley/SailTris/blob/master/SailTris.pro" target="_blank">https://github.com/BillyHalley/SailTris/blob/master/SailTris.pro</a><br>
<br>
Il gio mar 5 06:50:04 2015 GMT+0100, Andrey Kozhevnikov scrive:<br>
<div class="HOEnZb"><div class="h5">> show your pro file/link to github project.<br>
><br>
> 05.03.2015 00:15, Antonio Mancini пишет:<br>
> > When deploying my application as an RPM package i have this error:<br>
> ><br>
> > [W] contextFactory:108 - Could not create scene graph context for<br>
> > device 'customcontext' - check that plugins are installed correctly in<br>
> > /usr/lib/qt5/plugins<br>
> ><br>
> > [D]<br>
> > QWaylandEglClientBufferIntegration::QWaylandEglClientBufferIntegration:62<br>
> > - Using Wayland-EGL<br>
> ><br>
> > [W] unknown:-1 - file:///usr/share/SailTris/qml/SailTris.qml: File not<br>
> > found<br>
> ><br>
> ><br>
> > The path is correct<br>
> > If i deploy copying binaries it works.<br>
> ><br>
> > I have this in the cpp file, and i think is here that is called that<br>
> > qml file:<br>
> ><br>
> > QScopedPointer<QGuiApplication> app(SailfishApp::application(argc,<br>
> > argv));<br>
> ><br>
> > QTranslator translator;<br>
> > translator.load("translation_" + QLocale::system().name(),<br>
> > "/usr/share/SailTris/i18n");<br>
> > app->installTranslator(&translator);<br>
> ><br>
> > QScopedPointer<QQuickView> view(SailfishApp::createView());<br>
> > view->setSource(SailfishApp::pathTo("qml/SailTris.qml"));<br>
> > view->show();<br>
> ><br>
> > return app->exec();<br>
> ><br>
> > I have this problem after i updated the sdk, i looked through the<br>
> > changes i made to the app, but nothing seem like to be causing this<br>
> > problem.<br>
> ><br>
> > Can someone help me?<br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > SailfishOS.org Devel mailing list<br>
> > To unsubscribe, please send a mail to <a href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a><br>
><br>
></div></div></div><br></div>