blob: 723998b9fe258b99d6d0307992ff7af4a0a6e77c (
plain) (
tree)
|
|
# ???? ?????? ? KDevelop ?????????? qmake.
# -------------------------------------------
# ?????????? ???????????? ???????? ???????? ???????: ./libs
# ???? - ??????????: nnp
HEADERS += recycler.h \
buffer.h \
constants.h \
decoder.h \
output.h \
filetag.h \
outputfactory.h \
equ\iir_cfs.h \
equ\iir_fpu.h \
equ\iir.h \
decoderfactory.h \
soundcore.h \
visualization.h
SOURCES += recycler.cpp \
decoder.cpp \
output.cpp \
equ\iir.c \
equ\iir_cfs.c \
equ\iir_fpu.c \
soundcore.cpp
TARGET = qmmp
CONFIG += release \
warn_on \
qt \
thread
TEMPLATE = lib
target.path = /lib
INSTALLS += target
|