blob: d497d620765eff62769c8dcfeee42f5994576912 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/Output/oss
FORMS += settingsdialog.ui
HEADERS += outputossfactory.h \
outputoss.h \
settingsdialog.h
SOURCES += outputossfactory.cpp \
outputoss.cpp \
settingsdialog.cpp
RESOURCES = translations/translations.qrc
DEFINES += HAVE_SYS_SOUNDCARD_H
target.path = $$LIB_DIR/qmmp/Output
INSTALLS += target
|