aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/lyrics/lyrics.pro
blob: 46d0b529225797635eed1316ff0bab0fc9166750 (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
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/General/lyrics

QT += network

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

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

FORMS += lyricswindow.ui \
    settingsdialog.ui

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

LIBS += $$QMMPUI_LIB

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