<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    show your pro file/link to github project.<br>
    <br>
    <div class="moz-cite-prefix">05.03.2015 00:15, Antonio Mancini
      пишет:<br>
    </div>
    <blockquote
cite="mid:CAAX4RD7V3AVYPit9QL_kTVdgPQYr_ah9ugqHTqLyq4p=T=WMZQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>When deploying my application as an RPM package i
                have this error:<br>
                <br>
                <p style="margin:0px;text-indent:0px"><span
style="font-family:"Monospace";font-size:9pt;color:rgb(190,20,20)">[W]
                    contextFactory:108 - Could not create scene graph
                    context for device 'customcontext' - check that
                    plugins are installed correctly in
                    /usr/lib/qt5/plugins</span></p>
                <p style="margin:0px;text-indent:0px"><span
style="font-family:"Monospace";font-size:9pt;color:rgb(190,20,20)">[D]
                    QWaylandEglClientBufferIntegration::QWaylandEglClientBufferIntegration:62
                    - Using Wayland-EGL </span></p>
                <p style="margin:0px;text-indent:0px"><span
style="font-family:"Monospace";font-size:9pt;color:rgb(190,20,20)">[W]
                    unknown:-1 -
                    <a class="moz-txt-link-freetext" href="file:///usr/share/SailTris/qml/SailTris.qml">file:///usr/share/SailTris/qml/SailTris.qml</a>: File
                    not found </span></p>
                <br>
                The path is correct<br>
                If i deploy copying binaries it works.<br>
              </div>
              <br>
            </div>
            I have this in the cpp file, and i think is here that is
            called that qml file:<br>
            <br>
                QScopedPointer<QGuiApplication>
            app(SailfishApp::application(argc, 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>
          </div>
          I have this problem after i updated the sdk, i looked through
          the changes i made to the app, but nothing seem like to be
          causing this problem.<br>
          <br>
        </div>
        <div>Can someone help me?<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to <a class="moz-txt-link-abbreviated" href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a></pre>
    </blockquote>
    <br>
  </body>
</html>