Revision: | 1096 |
Committed: | Sat Dec 30 14:40:33 2017 UTC (7 years, 9 months ago) by s10k |
File size: | 960 byte(s) |
Log Message: | Added zlib, quazip, basicxmlsyntaxhighlighter, conditionalsemaphore and linenumberdisplay libraries. zlib and quazip are pre-compiled, but you can compile them yourself, just delete the dll files (or equivalent binary files to your OS) |
# | Content |
---|---|
1 | INCLUDEPATH += $$PWD |
2 | DEPENDPATH += $$PWD |
3 | HEADERS += \ |
4 | $$PWD/crypt.h \ |
5 | $$PWD/ioapi.h \ |
6 | $$PWD/JlCompress.h \ |
7 | $$PWD/quaadler32.h \ |
8 | $$PWD/quachecksum32.h \ |
9 | $$PWD/quacrc32.h \ |
10 | $$PWD/quagzipfile.h \ |
11 | $$PWD/quaziodevice.h \ |
12 | $$PWD/quazipdir.h \ |
13 | $$PWD/quazipfile.h \ |
14 | $$PWD/quazipfileinfo.h \ |
15 | $$PWD/quazip_global.h \ |
16 | $$PWD/quazip.h \ |
17 | $$PWD/quazipnewinfo.h \ |
18 | $$PWD/unzip.h \ |
19 | $$PWD/zip.h |
20 | |
21 | SOURCES += $$PWD/qioapi.cpp \ |
22 | $$PWD/JlCompress.cpp \ |
23 | $$PWD/quaadler32.cpp \ |
24 | $$PWD/quacrc32.cpp \ |
25 | $$PWD/quagzipfile.cpp \ |
26 | $$PWD/quaziodevice.cpp \ |
27 | $$PWD/quazip.cpp \ |
28 | $$PWD/quazipdir.cpp \ |
29 | $$PWD/quazipfile.cpp \ |
30 | $$PWD/quazipfileinfo.cpp \ |
31 | $$PWD/quazipnewinfo.cpp \ |
32 | $$PWD/unzip.c \ |
33 | $$PWD/zip.c |