aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/lyrics
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/lyrics')
-rw-r--r--src/plugins/General/lyrics/lyrics.pro21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/plugins/General/lyrics/lyrics.pro b/src/plugins/General/lyrics/lyrics.pro
index d4007b6de..41c0aa4f1 100644
--- a/src/plugins/General/lyrics/lyrics.pro
+++ b/src/plugins/General/lyrics/lyrics.pro
@@ -1,25 +1,24 @@
include(../../plugins.pri)
-TARGET =$$PLUGINS_PREFIX/General/lyrics
-unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/liblyrics.so
+TARGET = $$PLUGINS_PREFIX/General/lyrics
-LIBS += -lqmmpui
-
-RESOURCES = translations/translations.qrc
+QT += network
-unix {
-target.path = $$LIB_DIR/qmmp/General
-INSTALLS += target
-}
HEADERS += lyricsfactory.h \
lyrics.h \
lyricswindow.h
-win32:HEADERS += ../../../../src/qmmpui/general.h
+
SOURCES += lyricsfactory.cpp \
lyrics.cpp \
lyricswindow.cpp
FORMS += lyricswindow.ui
-QT += network
+RESOURCES = translations/translations.qrc
+
+LIBS += -lqmmpui
+unix {
+ target.path = $$LIB_DIR/qmmp/General
+ INSTALLS += target
+}