Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: On "Cannot mix incompatible Qt library (5.15.3) with.." (Read 825 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

On "Cannot mix incompatible Qt library (5.15.3) with.."

After update qt base, got apps, e.g. qpdfview, utilizing it stumble at

Code: [Select]
Cannot mix incompatible Qt library (5.15.3) with this library (5.15.4)

Any decent knowledge on what actually is going on and its solution?

Re: On "Cannot mix incompatible Qt library (5.15.3) with.."

Reply #1
what did you install from the aur that is qt based?
Cat Herders of Linux

Re: On "Cannot mix incompatible Qt library (5.15.3) with.."

Reply #2
guess, one of this below must be updated to in accordance with qt base
Code: [Select]
$ pacman -S qt5-imageformats qt5-multimedia  qt5-speech qt5-svg qt5-tools qt5-wayland qt5-x11extras

to solving but not surely know which one precisely

Re: On "Cannot mix incompatible Qt library (5.15.3) with.."

Reply #3
All of those have been built against 5.15.4 and should be that version.

Re: On "Cannot mix incompatible Qt library (5.15.3) with.."

Reply #4
After update qt base, got apps, e.g. qpdfview, utilizing it stumble at

Code: [Select]
Cannot mix incompatible Qt library (5.15.3) with this library (5.15.4)

Any decent knowledge on what actually is going on and its solution?
Make sure you update qt5-styleplugins to 5.0.0.20170311-29.1 (from [galaxy]).