aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/lyrics/lyrics.pro
blob: 7091ae11dced11d08836c7cd6763fc52ecf77d2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/General/lyrics

QT += network

HEADERS += lyricsfactory.h \
           lyrics.h \
    lyricsprovider.h \
    ultimatelyricsparser.h \
    settingsdialog.h \
    lyricswidget.h

SOURCES += lyricsfactory.cpp \
           lyrics.cpp \
    lyricsprovider.cpp \
    ultimatelyricsparser.cpp \
    settingsdialog.cpp \
    lyricswidget.cpp

FORMS += \
    settingsdialog.ui \
    lyricswidget.ui

RESOURCES = translations/translations.qrc \
            providers/providers.qrc

LIBS += $$QMMPUI_LIB

unix {
    target.path = $$PLUGIN_DIR/General
    INSTALLS += target
}