Reply
Thread Tools
Posts: 434 | Thanked: 325 times | Joined on Sep 2009
#1
Has anyone succeeded to make QSound work in Maemo? I have the following code:
Code:
QString fileName = QFileDialog::getOpenFileName(this,tr("Open Sound"), "/home/user/MyDocs/.sounds", "", 0, QFileDialog::DontUseNativeDialog);

    QSound::play(fileName);

// end
This works fine in Windows, but I get no sound in N900. Any ideas?

Thanks
 
Posts: 9 | Thanked: 2 times | Joined on Oct 2010
#2
No, QSound does currently not work on Maemo5 (PR 1.2).

Reference:
http://doc.qt.nokia.com/qt-maemo-4.6...es-maemo5.html
 
mikec's Avatar
Posts: 1,366 | Thanked: 1,185 times | Joined on Jan 2006
#3
You need Qt 4.7 and Qt mobility, I think this is coming with PR1.3 as standard
__________________
N900_Email_Options Wiki Page
 
Reply


 
Forum Jump


All times are GMT. The time now is 18:05.