blob: 0fc92073cfa28418e13a02bff0e89a1be8017ec7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
include(../../plugins.pri)
HEADERS += outputwasapifactory.h \
outputwasapi.h
SOURCES += outputwasapifactory.cpp \
outputwasapi.cpp
HEADERS += ../../../../src/qmmp/output.h
TARGET=$$PLUGINS_PREFIX/Output/wasapi
CONFIG += warn_on \
thread \
plugin
TEMPLATE = lib
LIBS += -lqmmp0 -lstrmiids -ldmoguids -lmsdmo -lole32 -loleaut32 -luuid -lgdi32 -lksuser
RESOURCES = translations/translations.qrc
target.path = $$LIB_DIR/qmmp/Output
INSTALLS += target
|