View Single Post
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#18
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
 

The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post: