aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/flac/flac.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/flac/flac.pro')
-rw-r--r--src/plugins/Input/flac/flac.pro36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/plugins/Input/flac/flac.pro b/src/plugins/Input/flac/flac.pro
new file mode 100644
index 000000000..4ab46c296
--- /dev/null
+++ b/src/plugins/Input/flac/flac.pro
@@ -0,0 +1,36 @@
+# ???? ?????? ? KDevelop ?????????? qmake.
+# -------------------------------------------
+# ?????????? ???????????? ???????? ???????? ???????: ./Plugins/Input/flac
+# ???? - ??????????:
+
+include(../../plugins.pri)
+
+FORMS += detailsdialog.ui
+HEADERS += decoderflacfactory.h \
+ decoder_flac.h \
+ detailsdialog.h
+SOURCES += decoder_flac.cpp \
+ decoderflacfactory.cpp \
+ detailsdialog.cpp
+
+TARGET=$$PLUGINS_PREFIX/Input/flac
+QMAKE_CLEAN =$$PLUGINS_PREFIX/Input/libflac.so
+
+INCLUDEPATH += ../../../qmmp
+CONFIG += release \
+warn_on \
+plugin \
+link_pkgconfig
+TEMPLATE = lib
+QMAKE_LIBDIR += ../../../../lib
+LIBS += -lqmmp -L/usr/lib -I/usr/include
+PKGCONFIG += taglib flac
+#TRANSLATIONS = translations/flac_plugin_ru.ts
+#RESOURCES = translations/translations.qrc
+
+isEmpty (LIB_DIR){
+LIB_DIR = /lib
+}
+target.path = $$LIB_DIR/qmmp/Input
+INSTALLS += target
+