Hi,
> You're using an SDK targeted at newer releases [...]
More correctly it is the "built target" (under Qt Creator this
corresponds to "kit") which is incompatible with your older Sailfish OS
release. You can install build targets (as well as emulators) matching
older Sailfish OS releases us
You're using an SDK targeted at newer releases thus there is a mismatch
between what is available on your phone and in the SDK.
HTH,
Eli
Op zo 5 apr. 2020 om 06:34 schreef joao morgado via Devel <
devel@lists.sailfishos.org>:
> Hi
>
> I'm porting a C++/QML OpenGL app from android to Sailfish. I'm
Hi
I'm porting a C++/QML OpenGL app from android to Sailfish. I'm trying to
isolate an error I got, so I started adding class's one by one (not yet
instanciating any object). One class that causes the error has the following
includes:
#include #include
#include
#include
#include
#include