aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/General/lyrics/lyrics.pro
blob: 7091ae11dced11d08836c7cd6763fc52ecf77d2b (plain) (tree)
1
2
3
4
5
6
7
8
9

                          
                                        
 
             
 

                            
                      
                            

                      
 

                              
                        
                              

                        
 


                       
 

                                           
 

                    
      
                                      

                      
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
}