blob: 42523fe588f6cb87f207e5ea9d092e08e3271c5c (
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 = $$PLUGIN_DIR/Output
INSTALLS += target
|