Reputation: 77
To remove OpenAL dependency in Qt applications a Qt wrapper like QtOpenGL is required.
Upvotes: 1
Views: 942
Reputation: 7777
I don't believe there are any "official" wrappers for OpenAL for Qt, but you might want to look at this:
http://projects.developer.nokia.com/qt_openal_soft
As JamWaffles indicated, this won't remove your dependency on OpenAL; it merely wraps OpenAL to make integration into a Qt application somewhat easier.
Upvotes: 1