blob: 82ceff03109939f6818c5d60b21ddbe627e74669 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/Output/alsa
HEADERS += outputalsa.h \
outputalsafactory.h \
settingsdialog.h
SOURCES += outputalsa.cpp \
outputalsafactory.cpp \
settingsdialog.cpp
FORMS += settingsdialog.ui
RESOURCES = translations/translations.qrc
PKGCONFIG += alsa
target.path = $$PLUGIN_DIR/Output
INSTALLS += target
|