blob: 94a6d264cc1ccfcad7fc6d539caaceb22afe57c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
include(../../plugins.pri)
HEADERS += outputwaveoutfactory.h \
outputwaveout.h
SOURCES += outputwaveoutfactory.cpp \
outputwaveout.cpp
HEADERS += ../../../../src/qmmp/output.h
TARGET=$$PLUGINS_PREFIX/Output/waveout
CONFIG += warn_on \
thread \
plugin
TEMPLATE = lib
LIBS += -lqmmp0 -lwinmm
RESOURCES = translations/translations.qrc
target.path = $$LIB_DIR/qmmp/Output
INSTALLS += target
|