qt5dxcb-plugin

I am trying to install qt5dxcb-plugin which is needed by another application I am trying to install.
I found it here Install package X11:Deepin / qt5dxcb-plugin
and followed the instructions for Tumbleweed given on the page
but when doing

zypper install qt5dxcb-plugin

I get

[martin@linux-q155 ~]$ sudo zypper install qt5dxcb-plugin
Loading repository data…
Reading installed packages…
‘qt5dxcb-plugin’ not found in package names. Trying capabilities.
No provider of ‘qt5dxcb-plugin’ found.
Resolving package dependencies…

Nothing to do.
[martin@linux-q155 ~]$

How to fix this?

Ordinarily I would say save http://download.opensuse.org/repositories/X11:/Deepin/openSUSE_Tumbleweed/X11:Deepin.repo to /etc/zypp/repos.d/ and try again, but qt5dxcb-plugin seems to have escaped from the repo - Or, the name was supposed to be libqt5-dxcbplugin, which is there.

Hm…


[martin@linux-q155]sudo zypper install libqt5-dxcbplugin
[sudo] password for root: 
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides libQt5Core.so.5(Qt_5.13.1_PRIVATE_API)(64bit) needed by libqt5-dxcbplugin-5.0.1-1.4.x86_64
 Solution 1: do not install libqt5-dxcbplugin-5.0.1-1.4.x86_64
 Solution 2: break libqt5-dxcbplugin-5.0.1-1.4.x86_64 by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/c/d/?] (c): 

You should find dependencies will be satisfied if you add special repositories for the latest Qt Framework

https://en.opensuse.org/SDB:KDE_repositories

TSU

OK, I’ll go and look at that.