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

                          
                                           
 


                               
                 
                  
 


                                 




                             


                                                     
                    


                   
                                      

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

TARGET = $$PLUGINS_PREFIX/General/converter

HEADERS += converterfactory.h \
    converterhelper.h \
    converterdialog.h \
    converter.h \
    preseteditor.h

SOURCES += converterfactory.cpp \
    converterhelper.cpp \
    converterdialog.cpp \
    converter.cpp \
    preseteditor.cpp

FORMS += converterdialog.ui \
    preseteditor.ui

RESOURCES = translations/translations.qrc presets.qrc

LIBS += $$QMMPUI_LIB
PKGCONFIG += taglib

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