blob: 12ab8d2264c3eabf03e0eead9ab71bb21877a79f (
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)
FORMS += settingsdialog.ui
HEADERS += outputossfactory.h \
outputoss.h \
settingsdialog.h
SOURCES += outputossfactory.cpp \
outputoss.cpp \
settingsdialog.cpp
TARGET=$$PLUGINS_PREFIX/Output/oss
QMAKE_CLEAN =$$PLUGINS_PREFIX/Output/liboss.so
DEFINES += HAVE_SYS_SOUNDCARD_H
RESOURCES = translations/translations.qrc
target.path = $$LIB_DIR/qmmp/Output
INSTALLS += target
|