Changeset 156 for smplayer/trunk/src/findsubtitles/findsubtitles.pro
- Timestamp:
- Feb 21, 2014, 5:26:03 PM (11 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 154
- Property svn:mergeinfo changed
-
smplayer/trunk/src/findsubtitles/findsubtitles.pro
r142 r156 39 39 40 40 DEFINES += NO_SMPLAYER_SUPPORT DOWNLOAD_SUBS 41 #DEFINES += USE_QUAZIP 41 42 42 43 contains( DEFINES, DOWNLOAD_SUBS ) { 43 INCLUDEPATH += filedownloader quazip44 DEPENDPATH += filedownloader quazip44 INCLUDEPATH += filedownloader 45 DEPENDPATH += filedownloader 45 46 46 47 HEADERS += filedownloader.h subchooserdialog.h … … 49 50 FORMS += subchooserdialog.ui 50 51 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 59 55 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 } 66 72 67 73 LIBS += -lz
Note:
See TracChangeset
for help on using the changeset viewer.