[Qt-interest] Build Issue in Qt application on Mac
Arun Kumar
arunkumaraymuo at gmail.com
Wed Nov 16 09:09:08 CET 2011
Hi,
I created one application in Qt It uses AudioOutputUnitStart(audioUnit);
function in one of my member function
void QAudioOutputPrivate::audioThreadStart()
{
startTimers();
audioThreadState = Running;
AudioOutputUnitStart(audioUnit);
}
and include the follwing heasder file too
#include <AudioUnit/AudioUnit.h>
It shows me the following build issues
symbol(s) not found
collect2: Id return 1 exit status
and My compile output like this
QAudioInputPrivate::audioThreadStart() in qaudioinput_mac_p.o
QAudioOutputPrivate::audioThreadStart() in qaudiooutput_mac_p.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
May miss any library to include in my project
How I can solve this issue,please help me
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20111116/96d427cc/attachment.html
More information about the Qt-interest-old
mailing list