As I know SuSE is RPM-based distro.
So
Qt Code:
  1. $ rpm -qf /usr/bin/designer
To copy to clipboard, switch view to plain text mode 
should give you name of PRM package with Qt developer's tools (in my case it is qt-devel-3.3.5-11.0.fc3.kde)

Next step:
Qt Code:
  1. $ rpm -V qt-devel
To copy to clipboard, switch view to plain text mode 
If your file was somehow lost you'll get a message.

Alternate way is use
Qt Code:
  1. $ rpm -ql qt-devel | less
To copy to clipboard, switch view to plain text mode 
for list all files from package.