From afefc873f2c140a95b06b5c6c95a7203747deaa1 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 19 May 2016 11:55:55 +0000 Subject: prepare for WASAPI implementation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6363 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Output/wasapi/wasapi.pro | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/plugins/Output/wasapi/wasapi.pro (limited to 'src/plugins/Output/wasapi/wasapi.pro') diff --git a/src/plugins/Output/wasapi/wasapi.pro b/src/plugins/Output/wasapi/wasapi.pro new file mode 100644 index 000000000..08a8b0b23 --- /dev/null +++ b/src/plugins/Output/wasapi/wasapi.pro @@ -0,0 +1,31 @@ +include(../../plugins.pri) + +HEADERS += outputwasapifactory.h \ + outputwasapi.h + +SOURCES += outputwasapifactory.cpp \ + outputwasapi.cpp + +HEADERS += ../../../../src/qmmp/output.h + + +TARGET=$$PLUGINS_PREFIX/Output/wasapi + +INCLUDEPATH += ../../../ +QMAKE_LIBDIR += ../../../../bin + +CONFIG += warn_on \ +thread \ +plugin + +TEMPLATE = lib +LIBS += -lqmmp0 -ldxguid -lstrmiids -ldmoguids -lmsdmo -lole32 -loleaut32 -luuid -lgdi32 -ldsound -lksuser + +#RESOURCES = translations/translations.qrc + +isEmpty (LIB_DIR){ +LIB_DIR = /lib +} + +target.path = $$LIB_DIR/qmmp/Output +INSTALLS += target -- cgit v1.2.3-13-gbd6f