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