blob: e40dc88a46d614e103e0cca39cb667d4735594e5 (
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 = $$PLUGIN_DIR/Output
INSTALLS += target
FORMS += \
settingsdialog.ui
|