aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad/mpegmetadatamodel.h
Commit message (Expand)AuthorAgeFilesLines
* improved rusxmms autodetectiontrialuser022014-07-111-3/+4
* fixed FSF headerstrialuser022012-07-311-1/+1
* fixed FSF address (trunk)trialuser022012-07-311-1/+1
* added APIC frame support, added some api functionstrialuser022009-10-121-0/+1
* enabled mpc plugin, fixed some bugstrialuser022009-09-221-2/+2
* enabled vorbis plugin, fixed translationtrialuser022009-09-191-0/+1
* added new details dialog, disabled input plugins due api changestrialuser022009-09-101-0/+63
51681158a'>acb3d9b6c
005fb3df8

acb3d9b6c
e7b2feaf4
acb3d9b6c
acb3d9b6c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

                          
                                                    






                                 

                          
                                          
 

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

TARGET = $$PLUGINS_PREFIX/FileDialogs/qmmpfiledialog

HEADERS += qmmpfiledialog.h \
           qmmpfiledialogimpl.h

SOURCES += qmmpfiledialog.cpp \
           qmmpfiledialogimpl.cpp

FORMS += qmmpfiledialog.ui

RESOURCES += translations/translations.qrc

LIBS += $$QMMPUI_LIB

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