After a recent system update the (re)compilation fails with this error:
/usr/bin/ld: warning: libicuuc.so.72, needed by /usr/lib/libQt5WebKit.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libicui18n.so.72, needed by /usr/lib/libQt5WebKit.so, not found (try using -rpath or -rpath-link)
This can be fixed by installing icu72-bin, so I guess this should be added as dependency (or maybe the build chan be changed so that it used version 73, which is the system default now)
After a recent system update the (re)compilation fails with this error:
This can be fixed by installing icu72-bin, so I guess this should be added as dependency (or maybe the build chan be changed so that it used version 73, which is the system default now)