Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to use libsndfile and OpenAL with Qt5
Forum Updated to NodeBB v4.3 + New Features

How to use libsndfile and OpenAL with Qt5

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 2.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    Zylann
    wrote on last edited by
    #1

    Hi,

    For days I'm trying to get OpenAL and libsndfile (or sometimes other libs) working with Qt+MinGW under Windows 7, but everytime they don't work because the MinGW compiler shipped with QtCreator is not binary compatible : libs I get use the "official" MinGW or VC++ (I can't/don't want to use VC++).

    I tried recompiling them but it creates other problems (linux-only compiler support, config errors, lacking features, external libs and so on).

    I managed to compile OpenAL-soft, but without DirectSound support.

    I read that building libsndfile with MinGW requires using its command line to type /configure and make, but where can I find it? I think it's MSYS, but I didn't found it in Qt/Tools/MinGW...

    Note : I could use Qt sound loaders, but I don't want to add a Qt dependency eveywhere on my project for non-GUI related things...

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved