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

                                  
                  
 

                                    
                    
 


                                           
                    

      
                                      

                      
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/General/covermanager

QT += network

HEADERS += covermanagerfactory.h \
    coverwidget.h \
    covermanager.h

SOURCES += covermanagerfactory.cpp \
    coverwidget.cpp \
    covermanager.cpp

RESOURCES = translations/translations.qrc \
            images/cm_images.qrc

LIBS += $$QMMPUI_LIB

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