Ignore:
Timestamp:
Feb 21, 2014, 5:26:03 PM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to 0.8.6

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/findsubtitles/findsubtitles.pro

    r142 r156  
    3939
    4040DEFINES += NO_SMPLAYER_SUPPORT DOWNLOAD_SUBS
     41#DEFINES += USE_QUAZIP
    4142
    4243contains( DEFINES, DOWNLOAD_SUBS ) {
    43         INCLUDEPATH += filedownloader quazip
    44         DEPENDPATH += filedownloader quazip
     44        INCLUDEPATH += filedownloader
     45        DEPENDPATH += filedownloader
    4546
    4647        HEADERS += filedownloader.h subchooserdialog.h
     
    4950        FORMS += subchooserdialog.ui
    5051
    51         HEADERS += crypt.h \
    52                    ioapi.h \
    53                    quazip.h \
    54                    quazipfile.h \
    55                    quazipfileinfo.h \
    56                    quazipnewinfo.h \
    57                    unzip.h \
    58                    zip.h
     52        contains( DEFINES, USE_QUAZIP ) {
     53                INCLUDEPATH += quazip
     54                DEPENDPATH += quazip
    5955
    60         SOURCES += ioapi.c \
    61                    quazip.cpp \
    62                    quazipfile.cpp \
    63                    quazipnewinfo.cpp \
    64                    unzip.c \
    65                    zip.c
     56                HEADERS += crypt.h \
     57                           ioapi.h \
     58                           quazip.h \
     59                           quazipfile.h \
     60                           quazipfileinfo.h \
     61                           quazipnewinfo.h \
     62                           unzip.h \
     63                           zip.h
     64
     65                SOURCES += ioapi.c \
     66                           quazip.cpp \
     67                           quazipfile.cpp \
     68                           quazipnewinfo.cpp \
     69                           unzip.c \
     70                           zip.c
     71        }
    6672
    6773        LIBS += -lz
Note: See TracChangeset for help on using the changeset viewer.