blob: 86485d90b6804ed5d8d8a54c6af0e2bfed9809f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/Output/waveout
HEADERS += outputwaveoutfactory.h \
outputwaveout.h
SOURCES += outputwaveoutfactory.cpp \
outputwaveout.cpp
RESOURCES = translations/translations.qrc
LIBS += -lwinmm
target.path = $$LIB_DIR/qmmp/Output
INSTALLS += target
|