View Single Post
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#20
Originally Posted by AapoRantalainen View Post
I also tested with qmake for Fremantle. For Settings.pri (otherwise it tries with GL, not GLES)
Code:
-unix:!blackberry:!symbian:!macx: CONFIG += linux 
+unix:!blackberry:!symbian:!macx: CONFIG += linux mobile_platform
And then it ends:
Code:
../../native/base/QtMain.h:9:24: fatal error: QAudioOutput: No such file or directory
../../native/base/QtMain.h:10:24: fatal error: QAudioFormat: No such file or directory
I read somewhere that Audio in Qt for maemo is not supported...
 

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