Menu

Using pocketsphinx with Qt 5

Help
2013-04-30
2013-04-30
  • Kirill Medvedev

    Kirill Medvedev - 2013-04-30

    Hi!

    I need to integrate pocketsphinx in my Qt project.
    I've compiled sphinxbase and pocketsphinx in Visual Studio 2010 Express as described in CMUSphinx documentation. After that I've added pocketsphinx and sphinxbase folders in my qt project folder and appended these lines to the .pro file:

    INCLUDEPATH += pocketsphinx/include/ \ sphinxbase/include/

    LIBS += pocketsphinx/bin/release/ \ sphinxbase/bin/release/

    Qt Creator finds <pocketsphinx.h> file, but it can't compile a project with an error ":-1: error: LNK1104: can't open the file "pocketsphinx/bin/release/.obj"

    The problem reproduces in every builds I've tried: VC++ 2012 (x32, x64), VC++ 2010 (x32, x64).

    How it can be solved? My search in Google doesn't come to any success, but may be I've used wrong keywords.

     

    Last edit: Kirill Medvedev 2013-04-30

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.