aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/Input/archive/archive.pro
blob: fc07b36ed2a76ce41db2404800db6e5af7908f7d (plain) (tree)
1
2
3
4
5
6
7
8
9

                          

                                       


                             
                       
                      



                               
                         
                        
 
                                         

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

TARGET = $$PLUGINS_PREFIX/Input/archive

HEADERS += \
    archiveinputdevice.h \
    decoderarchivefactory.h \
    decoder_archive.h \
    archivetagreader.h

SOURCES += \
    archiveinputdevice.cpp \
    decoderarchivefactory.cpp \
    decoder_archive.cpp \
    archivetagreader.cpp

RESOURCES = translations/translations.qrc

unix {
    target.path = $$PLUGIN_DIR/Input
    INSTALLS += target
    PKGCONFIG += libarchive taglib
}