How can I play sound with Qt? I tried this:
QSound::play("sounds/croack.wav");
QSound doesn't work on my ubuntu (seems that it requires NAS, although after I installed it it still doesn't work). Is there a simple one line Qt-only solution or do I need to throw in SDL or something else?