Several Qt Libraries linking to libaudio on Ubuntu 64bits

Asked by fvila

Hello,

Is there any reason for linking with libaudio? On an Ubuntu 32bits system, QtGui, QtOpenGL and others, although I haven't a complete list, don't link to libaudio, but on my 64bits ubuntu system they do. I am developing some tools using Qt, and when I try to compile to 32bits, it also links with libaudio (and I don't use it). This difficults redistributing my app with my users, and adds a dependency that, from my point of view, is not needed.

Should I recompile Qt packages from source?

best regards,

Francesc Vila

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu qt4-x11 Edit question
Assignee:
No assignee Edit question
Solved by:
fvila
Solved:
Last query:
Last reply:
Revision history for this message
fvila (francesc-vila) said :
#1

Sorry, but I found the answer. QtGUI uses libaudio if available for QSound classes.

Regards,

Francesc