blob: 5e5b013225b325f99c1b85f3313a9a359a53db48 (
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 = $$LIB_DIR/qmmp/Output
INSTALLS += target
|