I am trying to add sounds to a qt project but when i try to link the library with the code:
INCLUDEPATH += "C:\Program Files (x86)\FMOD SoundSystem\FMOD Studio API Windows\api\lowlevel\inc"
LIBS += "C:\Program Files (x86)\FMOD SoundSystem\FMOD Studio API Windows\api\lowlevel\lib -libfmodex"
i get the following error :
error: C:\Program Files (x86)\FMOD SoundSystem\FMOD Studio API Windows\api\lowlevel\lib -libfmodex: No such file or directory
and if i use the following lines i get bunch of "undefined referece" errors
INCLUDEPATH += "C:\Program Files (x86)\FMOD SoundSystem\FMOD Studio API Windows\api\lowlevel\inc"
LIBS += -L"C:\Program Files (x86)\FMOD SoundSystem\FMOD Studio API Windows\api\lowlevel\lib -libfmodex"
i checked all other fmod related questions in stackoverflow but couldnt find any solution. can anyone please help me with this problem?
QT creator 4.0.0 based on version 5.6, fmod version 1.07.04