@Konstantin-Tokarev said in Linux: build QtWebKit against a specific version of ICU?:
@agarny said in Linux: build QtWebKit against a specific version of ICU?:
From what I can tell, both libQt5Core.so.5 and libQt5WebKitWidgets.so.5 depend on the following two system libraries, which themselves depend on the system version of ICU
Oh. QtWebKit binaries are provided for use with official Qt builds, not system libraries
First, I obviously meant libQt5WebKit.so.5 and not libQt5Core.so.5.
Second, sure, it's just that when you do an ldd on the QtWebKit binaries, you get told that both the system version of ICU and the version you requested (56.1 in my case) are needed. So, I got a bit confused back then, although I now understand the reasoning for it.