|
1 INCLUDEPATH += $$PWD/libjpeg |
|
2 SOURCES += \ |
|
3 $$PWD/libjpeg/jaricom.c \ |
|
4 $$PWD/libjpeg/jcapimin.c \ |
|
5 $$PWD/libjpeg/jcapistd.c \ |
|
6 $$PWD/libjpeg/jcarith.c \ |
|
7 $$PWD/libjpeg/jccoefct.c \ |
|
8 $$PWD/libjpeg/jccolor.c \ |
|
9 $$PWD/libjpeg/jcdctmgr.c \ |
|
10 $$PWD/libjpeg/jchuff.c \ |
|
11 $$PWD/libjpeg/jcinit.c \ |
|
12 $$PWD/libjpeg/jcmainct.c \ |
|
13 $$PWD/libjpeg/jcmarker.c \ |
|
14 $$PWD/libjpeg/jcmaster.c \ |
|
15 $$PWD/libjpeg/jcomapi.c \ |
|
16 $$PWD/libjpeg/jcparam.c \ |
|
17 $$PWD/libjpeg/jcprepct.c \ |
|
18 $$PWD/libjpeg/jcsample.c \ |
|
19 $$PWD/libjpeg/jctrans.c \ |
|
20 $$PWD/libjpeg/jdapimin.c \ |
|
21 $$PWD/libjpeg/jdapistd.c \ |
|
22 $$PWD/libjpeg/jdarith.c \ |
|
23 $$PWD/libjpeg/jdatadst.c \ |
|
24 $$PWD/libjpeg/jdatasrc.c \ |
|
25 $$PWD/libjpeg/jdcoefct.c \ |
|
26 $$PWD/libjpeg/jdcolor.c \ |
|
27 $$PWD/libjpeg/jddctmgr.c \ |
|
28 $$PWD/libjpeg/jdhuff.c \ |
|
29 $$PWD/libjpeg/jdinput.c \ |
|
30 $$PWD/libjpeg/jdmainct.c \ |
|
31 $$PWD/libjpeg/jdmarker.c \ |
|
32 $$PWD/libjpeg/jdmaster.c \ |
|
33 $$PWD/libjpeg/jdmerge.c \ |
|
34 $$PWD/libjpeg/jdpostct.c \ |
|
35 $$PWD/libjpeg/jdsample.c \ |
|
36 $$PWD/libjpeg/jdtrans.c \ |
|
37 $$PWD/libjpeg/jerror.c \ |
|
38 $$PWD/libjpeg/jfdctflt.c \ |
|
39 $$PWD/libjpeg/jfdctfst.c \ |
|
40 $$PWD/libjpeg/jfdctint.c \ |
|
41 $$PWD/libjpeg/jidctflt.c \ |
|
42 $$PWD/libjpeg/jidctfst.c \ |
|
43 $$PWD/libjpeg/jidctint.c \ |
|
44 $$PWD/libjpeg/jquant1.c \ |
|
45 $$PWD/libjpeg/jquant2.c \ |
|
46 $$PWD/libjpeg/jutils.c \ |
|
47 $$PWD/libjpeg/jmemmgr.c \ |
|
48 $$PWD/libjpeg/jmemnobs.c |