-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathconanfile.txt
More file actions
44 lines (44 loc) · 816 Bytes
/
conanfile.txt
File metadata and controls
44 lines (44 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[requires]
tesseract/5.0.0
leptonica/1.82.0
giflib/5.2.1
jbig/20160605
libarchive/3.5.2
libcurl/7.80.0
libdeflate/1.9
libiconv/1.16
libjpeg/9d
libpng/1.6.37
libtiff/4.3.0
libwebp/1.2.1
openjpeg/2.4.0
openssl/1.1.1l
xz_utils/5.2.5
zlib/1.2.11
zstd/1.5.2
[options]
tesseract:shared=True
leptonica:shared=True
giflib:shared=True
jbig:shared=True
libarchive:shared=True
libcurl:shared=True
libdeflate:shared=True
libiconv:shared=True
libjpeg:shared=True
libpng:shared=True
libtiff:shared=True
libwebp:shared=True
openjpeg:shared=True
openssl:shared=True
xz_utils:shared=True
zlib:shared=True
zstd:shared=True
[generators]
qmake
[imports]
bin,*.dll -> ./lib/
#bin,tesseract*.dll -> ./lib/
#lib,tesseract*.lib -> ./lib/
#bin,leptonica*.dll -> ./lib/
#lib,leptonica*.lib -> ./lib/