Am Mittwoch, 12. Dezember 2018, 21:32:41 CET schrieb Caliste Damien:
> Hello,
>
> Le mercredi 12 décembre 2018, Matthias Fehring a écrit :
> > But what works is when I use "generic" booster type, then the app
> > works.
>
> From my understanding, this is expected. The booster will preload a
> giv
I guess I was little rash about the solution. Adding Q_DECL_EXPORT to the
app's main function did not solve the issue. When testing it I forgot that I
was again starting the executable directly without the invoker.
So it still only starts when using "generic" booster type.
I was using a private
Thank you for the solution Coderus :)
IMHO the hint about using Q_DECL_EXPORT for the main function is a bit hidden
in the comments of sailfishapp.h. (found it there after your answer)
Best greetings
Matthias
Am Mittwoch, 12. Dezember 2018, 21:58:19 CET schrieb Андрей Кожевников:
> your app m
your app main lacks of Q_DECL_EXPORT, so it can't be boosted.
ср, 12 дек. 2018 г. в 21:00, Matthias Fehring :
> Hello
>
> I am using a C++ QML plugin in an application that works as expected when
> the
> app executable is called directly. But when the application is loaded via
> mapplauncherd/boo
Hello,
Le mercredi 12 décembre 2018, Matthias Fehring a écrit :
> But what works is when I use "generic" booster type, then the app
> works.
From my understanding, this is expected. The booster will preload a
given set of libraries (qt5 for instance) but if your plugin requires a
library outside t
Hello
I am using a C++ QML plugin in an application that works as expected when the
app executable is called directly. But when the application is loaded via
mapplauncherd/booster, the window is blank without any error message.
So, the following works:
/usr/bin/harbour-intfuorit
But with the s