View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#6
Originally Posted by puelocesar View Post
Yeah, aparentetly I should require those libs: libxcb, libphonon and libsqlite3.

But I still think that I shouldn't have to depend on that libs.. QtWebkit should depend on them, and I depend on QtWebkit..

If I add that manually and the QtWebkit guys remove libsqlite3 dependency for example, I'll have an unused dependency on my application
Correct. I don't know for the sqlite part, but QtWebKit should depend on phonon, and a cursory glance shows that this relationship, in fact, seems not to be defined (I can remove phonon without webkit getting removed = likely a Qt packaging bug).
 

The Following User Says Thank You to attila77 For This Useful Post: