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

TARGET = $$PLUGINS_PREFIX/General/lyrics

QT += network
CONFIG += link_qmmpui

HEADERS += lyricsfactory.h \
           lyrics.h \
           lyricswindow.h

SOURCES += lyricsfactory.cpp \
           lyrics.cpp \
           lyricswindow.cpp

FORMS += lyricswindow.ui

RESOURCES = translations/translations.qrc

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