From b3c2dca466042cf362ffb8d803bf05c9b8a0f95f Mon Sep 17 00:00:00 2001 From: Bjoern Breitmeyer Date: Fri, 22 Aug 2014 14:59:11 +0200 Subject: Restore QWindowsAudio support on wince. Enabled Audio playback with wave device on WindowsCE again. Change-Id: Ic7749821ef8f991a909cbeb29083219ea988f5dc Reviewed-by: Yoann Lopes --- config.tests/wmp/main.cpp | 5 ++++- config.tests/wmp/wmp.pro | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'config.tests') diff --git a/config.tests/wmp/main.cpp b/config.tests/wmp/main.cpp index 1667ebc8a..50f4bf6c2 100644 --- a/config.tests/wmp/main.cpp +++ b/config.tests/wmp/main.cpp @@ -38,8 +38,11 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ - +#ifndef _WIN32_WCE #include +#else +#include +#endif int main(int, char**) { diff --git a/config.tests/wmp/wmp.pro b/config.tests/wmp/wmp.pro index b16509cc4..563de1453 100644 --- a/config.tests/wmp/wmp.pro +++ b/config.tests/wmp/wmp.pro @@ -3,4 +3,5 @@ CONFIG += console SOURCES += main.cpp -LIBS += -lstrmiids -lole32 -lOleaut32 -luser32 -lgdi32 +LIBS += -lstrmiids -lole32 -lOleaut32 +!wince*:LIBS += -luser32 -lgdi32 -- cgit v1.2.3