Who's talking about older sdks?
On Thu, Jul 25, 2019 at 9:43 PM Андрей Кожевников
wrote:
> Why you need older sdk with bugs, when you can use latest sdk with
> multiple targets for older sfos versions?
>
> чт, 25 июл. 2019 г., 20:39 Tone Kastlunger :
>
>> +1 to this;
>> I had the same issue. It'
Hi Rinigus,
I would probably opt for some kind of a runtime version check, e.g.
https://github.com/monich/sailfish-qrshare/blob/master/shareplugin/src/qrshareplugin.cpp
I even use dlopen/dlsym hacks to work around Qt 5.2 -> 5.6 ABI breakage,
which sounds slightly insane even to myself :) Nonet
Slava,
In theory, and for most SFOS updates, you are right. But there are cases when
you have to target specific versions due to incompatibilities between them.
Latest update (EA right now) enforces icon button coloring by default and you
can opt out only if you specify option which would be i
Even though it's not directly related to the original question but IMO
there's isn't much sense in building Harbour apps against the latest
available SDK. That would almost certainly make your app incompatible
with older releases of SFOS. I build my Harbour (and OpenRepos) apps
against the olde
Hi Martin,
Op vr 26 jul. 2019 om 00:02 schreef Martin Kampas :
> Hi Eli,
>
>
>
> does the Android SDK version match the Android OS version?
>
> does the macOS SDK version match the macOS version?
>
> does the Windows SDK version match the Windows OS version?
>
> does the Qt Creator version match
Hi Eli,
does the Android SDK version match the Android OS version?
does the macOS SDK version match the macOS version?
does the Windows SDK version match the Windows OS version?
does the Qt Creator version match the Qt version?
...
The universal answer is No, simply because the SDK and the platfo
Andrey I don't need the older SDKs, due to some technical issues (lack of
free space to download updates) I did a delete+reinstall of the SDK but
while downloading the version number of the current SDK (2.1) caused me to
cancel the download and double check that I was indeed getting the latest
SDK
Why you need older sdk with bugs, when you can use latest sdk with multiple
targets for older sfos versions?
чт, 25 июл. 2019 г., 20:39 Tone Kastlunger :
> +1 to this;
> I had the same issue. It's confusing if you have to reinstall from scratch
> for instance.
>
> On Thu, Jul 25, 2019 at 7:44 PM
+1 to this;
I had the same issue. It's confusing if you have to reinstall from scratch
for instance.
On Thu, Jul 25, 2019 at 7:44 PM E.S. Rosenberg <
es.rosenberg+sailfishos@gmail.com> wrote:
> Hi all,
> TL;DR - if we're doing version numbers for the SDK can they at least be
> the same as the