Restore QWindowsAudio support on wince.
Enabled Audio playback with wave device on WindowsCE again. Change-Id: Ic7749821ef8f991a909cbeb29083219ea988f5dc Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
committed by
Yoann Lopes
parent
20da381608
commit
b3c2dca466
@@ -38,8 +38,11 @@
|
||||
** $QT_END_LICENSE$
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef _WIN32_WCE
|
||||
#include <wmp.h>
|
||||
#else
|
||||
#include <wmpcore.h>
|
||||
#endif
|
||||
|
||||
int main(int, char**)
|
||||
{
|
||||
|
||||
@@ -3,4 +3,5 @@ CONFIG += console
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
LIBS += -lstrmiids -lole32 -lOleaut32 -luser32 -lgdi32
|
||||
LIBS += -lstrmiids -lole32 -lOleaut32
|
||||
!wince*:LIBS += -luser32 -lgdi32
|
||||
|
||||
Reference in New Issue
Block a user