<div dir="ltr">your app main lacks of Q_DECL_EXPORT, so it can't be boosted.</div><br><div class="gmail_quote"><div dir="ltr">ср, 12 дек. 2018 г. в 21:00, Matthias Fehring <<a href="mailto:buschmann@huessenbergnetz.de">buschmann@huessenbergnetz.de</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello<br>
<br>
I am using a C++ QML plugin in an application that works as expected when the <br>
app executable is called directly. But when the application is loaded via <br>
mapplauncherd/booster, the window is blank without any error message.<br>
<br>
So, the following works:<br>
/usr/bin/harbour-intfuorit<br>
<br>
But with the silica-qt5 booster the app window is blank:<br>
/usr/bin/invoker -s --type=silica-qt5 /usr/bin/harbour-intfuorit<br>
<br>
I also tried to use booster type "qt5", but the result is the same as with <br>
"silica-qt5".<br>
<br>
But what works is when I use "generic" booster type, then the app works.<br>
<br>
Now my question:<br>
Is that the expected behvior? Does only the "generic" booster support private <br>
C++ QML plugins? Or have i made a mistake somwhere?<br>
<br>
App code is here:<br>
<a href="https://github.com/Huessenbergnetz/Intfuorit" rel="noreferrer" target="_blank">https://github.com/Huessenbergnetz/Intfuorit</a><br>
<br>
QML plugin code:<br>
<a href="https://github.com/Huessenbergnetz/libintfuorit/tree/master/imports/de/huessenbergnetz/intfuorit" rel="noreferrer" target="_blank">https://github.com/Huessenbergnetz/libintfuorit/tree/master/imports/de/<br>
huessenbergnetz/intfuorit</a><br>
<br>
Best greetings<br>
Matthias<br>
<br>
-- <br>
Das Gesetz hat zum Schneckengang verdorben, was Adlerflug geworden wäre.<br>
(Friedrich Schiller - Die Räuber)<br>
<br>
Und der Buschfunk spielt gerade "Phobos Grunt" von "Turbostaat".<br>
<br>
<a href="http://www.buschmann23.de" rel="noreferrer" target="_blank">www.buschmann23.de</a><br>
GPG-Key: 0x614C3258<br>
GPG Fingerprint: B770 E0D0 69CF BFC1 5FE1 D78E 3A70 A936 614C 3258<br>
_______________________________________________<br>
SailfishOS.org Devel mailing list<br>
To unsubscribe, please send a mail to <a href="mailto:devel-unsubscribe@lists.sailfishos.org" target="_blank">devel-unsubscribe@lists.sailfishos.org</a></blockquote></div>