Results 1 to 4 of 4

Thread: [Qt 5.3.0 for Windows 32-bit (MinGW 4.8.2, OpenGL)] QSound redistribute big problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2013
    Posts
    4
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Re: [solved]

    Hello ricox,

    Can you please tell the list of dlls required? I fall into same issue. My depends does not show any missing dlls but still the app does not playing wav files.

    thanks in advance.

    Sam

  2. #2
    Join Date
    Oct 2013
    Posts
    4
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Re: [solved]

    Hi,

    I got the solution for Qt5.3.2. Need audio plug-in (\audio\qtaudio_windows.dll).
    This is because of its plug-in nature ... It's not linked-in during build time (so you will never see a dependency) and will be loaded during runtime only. It's even new that this plug-in is mandatory for 5.3 and audio now. Was not there in 5.2.

    Hope this will help others too.
    Enjoying coding.

    Sam

Similar Threads

  1. Replies: 0
    Last Post: 12th June 2012, 00:02
  2. Problem with Phonon on Windows with Mingw and Qt 4.6
    By *Baby* in forum Installation and Deployment
    Replies: 0
    Last Post: 5th February 2010, 16:38
  3. QSound problem.
    By Devoraz in forum Qt Programming
    Replies: 3
    Last Post: 22nd July 2009, 08:03
  4. QSound problem?
    By anafor2004 in forum Qt Programming
    Replies: 3
    Last Post: 19th November 2008, 04:09
  5. QSound problem
    By maverick_pol in forum Qt Programming
    Replies: 0
    Last Post: 3rd November 2008, 09:54

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.