aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/lyrics/lyrics.pro
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-01-14 21:34:21 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-01-14 21:34:21 +0000
commit1ac45ae67953898cbf207aefac81be7d99974d85 (patch)
treeba7a6ee8fbc0c109361775c60daf623d906b2bcc /src/plugins/General/lyrics/lyrics.pro
parentb4dd48aaa81e0b7656b1fa7342a918313e192584 (diff)
downloadqmmp-1ac45ae67953898cbf207aefac81be7d99974d85.tar.gz
qmmp-1ac45ae67953898cbf207aefac81be7d99974d85.tar.bz2
qmmp-1ac45ae67953898cbf207aefac81be7d99974d85.zip
lyrics plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@745 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/lyrics/lyrics.pro')
-rw-r--r--src/plugins/General/lyrics/lyrics.pro40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/plugins/General/lyrics/lyrics.pro b/src/plugins/General/lyrics/lyrics.pro
new file mode 100644
index 000000000..cb5ab5f8a
--- /dev/null
+++ b/src/plugins/General/lyrics/lyrics.pro
@@ -0,0 +1,40 @@
+include(../../plugins.pri)
+
+INCLUDEPATH += ../../../../src
+CONFIG += release \
+warn_on \
+plugin
+
+TARGET =$$PLUGINS_PREFIX/General/lyrics
+QMAKE_CLEAN = $$PLUGINS_PREFIX/General/liblyrics.so
+
+
+TEMPLATE = lib
+QMAKE_LIBDIR += ../../../../lib
+LIBS += -lqmmpui -lqmmp
+
+TRANSLATIONS = translations/lyrics_plugin_cs.ts \
+ translations/lyrics_plugin_de.ts \
+ translations/lyrics_plugin_zh_CN.ts \
+ translations/lyrics_plugin_zh_TW.ts \
+ translations/lyrics_plugin_ru.ts \
+ translations/lyrics_plugin_uk_UA.ts
+RESOURCES = translations/translations.qrc
+
+isEmpty(LIB_DIR){
+ LIB_DIR = /lib
+}
+target.path = $$LIB_DIR/qmmp/General
+INSTALLS += target
+
+HEADERS += lyricsfactory.h \
+ lyrics.h \
+ lyricswindow.h
+SOURCES += lyricsfactory.cpp \
+ lyrics.cpp \
+ lyricswindow.cpp
+
+FORMS += lyricswindow.ui
+
+QT += network
+