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