diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2016-02-10 23:19:30 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2016-02-10 23:19:30 +0100 |
| commit | 800bcd232186a71c90782ee002d6072aab257f28 (patch) | |
| tree | 423b819c0aead40b4e08cc2c229cd612a375c487 /daemon/quazip/quazip.pri | |
| parent | b3f9fcecdcf5f73ac902d76b95739b76e6bfcba1 (diff) | |
Remove static Quazip
Diffstat (limited to 'daemon/quazip/quazip.pri')
| -rw-r--r-- | daemon/quazip/quazip.pri | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/daemon/quazip/quazip.pri b/daemon/quazip/quazip.pri deleted file mode 100644 index 1a9db99..0000000 --- a/daemon/quazip/quazip.pri +++ /dev/null @@ -1,33 +0,0 @@ -INCLUDEPATH += $$PWD -DEPENDPATH += $$PWD -HEADERS += \ - $$PWD/crypt.h \ - $$PWD/ioapi.h \ - $$PWD/JlCompress.h \ - $$PWD/quaadler32.h \ - $$PWD/quachecksum32.h \ - $$PWD/quacrc32.h \ - $$PWD/quagzipfile.h \ - $$PWD/quaziodevice.h \ - $$PWD/quazipdir.h \ - $$PWD/quazipfile.h \ - $$PWD/quazipfileinfo.h \ - $$PWD/quazip_global.h \ - $$PWD/quazip.h \ - $$PWD/quazipnewinfo.h \ - $$PWD/unzip.h \ - $$PWD/zip.h - -SOURCES += $$PWD/qioapi.cpp \ - $$PWD/JlCompress.cpp \ - $$PWD/quaadler32.cpp \ - $$PWD/quacrc32.cpp \ - $$PWD/quagzipfile.cpp \ - $$PWD/quaziodevice.cpp \ - $$PWD/quazip.cpp \ - $$PWD/quazipdir.cpp \ - $$PWD/quazipfile.cpp \ - $$PWD/quazipfileinfo.cpp \ - $$PWD/quazipnewinfo.cpp \ - $$PWD/unzip.c \ - $$PWD/zip.c |
