Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 562134

Summary: dev-qt/designer: Build libQtUiTools as a shared lib
Product: Gentoo Linux Reporter: Mira Ressel <aranea>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mira Ressel 2015-10-03 16:27:18 UTC
Currently, dev-qt/designer:4 installs /usr/lib64/qt4/libQtUiTools.a, while all other Qt libraries are installed as *.so's. I suspect this isn't intended?

Note: Other distributions provide libQtUiTools as a shared library.
Comment 1 Rafał Mużyło 2015-10-04 14:16:14 UTC
It pretty much *is* intended.

uic interfaces were by upstream choice not meant to be stable - just recall the first few lines of an uic generated file.