diff options
Diffstat (limited to 'lib/lib.pro')
| -rw-r--r-- | lib/lib.pro | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lib/lib.pro b/lib/lib.pro new file mode 100644 index 000000000..723998b9f --- /dev/null +++ b/lib/lib.pro @@ -0,0 +1,36 @@ +# ???? ?????? ? 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 + + |
