I see the Linux builds for 0.11.0rc1 are statically linked to Qt5, where previously they were dynamically linked to Qt4. I'm glad for the upgrade, not so much the static linking. Is there a reason for this, and could it be referenced in the release notes? My argument against would be, unlike OpenSSL, it's not consensus critical, and it's more important to be consistent with the distribution for look and feel. I realize this would reduce support for older distro versions. Alternately, could the static build be updated to the latest Qt (5.4 instead of 5.2)?
Specific issues I'm seeing, under KDE 5 / Fedora 22:
- Doesn't look like the system theme
- Systray icon missing (KDE 5 dropped support for the old xembed systray in favor of the appindicator/status-notifier protocol; handled transparently in Qt 5.4 and distro-patched 4.8)
I've compiled successfully against Qt 5.4.1, but can't actually test as Red Hat's lawyers are still hobbling secp256k1 in their OpenSSL package. Happy to test if an upstream build is done.