I just upgraded to 42.2. Although yast offers many Qt5 items for version 5.8 the main library libQt5Core is 5.6.1 (since Oct 2016). The last two versions of my accounting software (keme) are written in Qt5 version 5.8 so when I start to compile it under 42.2 it complains that libQt5Core.so.5 (v.5.8) is not available.
Is there a workaround for this? I don’t want to downgrade keme because the last two versions contain many updates for the latest tax calculations.
zypper ar -f http://download.opensuse.org/repositories/KDE:/Qt5/openSUSE_Leap_42.2/KDE:Qt5.repo
zypper ar -f http://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_Leap_42.2/KDE:Frameworks5.repo
then you need to do a vendor change to these 2 repo’s
zypper dup --from <put qt5 repo alias here> --from <put frameworks5 repo alias here>
ps
keep in mind those 2 are development repo’s and change often, they’re not as “stable” as the frozen versions and when there are changes you won’t get delta rpm’s but full ones so bigger downloads when there are updates which are frequent…