-rw-r--r-- | rsync/rsync.pro | 73 |
1 files changed, 72 insertions, 1 deletions
diff --git a/rsync/rsync.pro b/rsync/rsync.pro index 79b1465..819cd1a 100644 --- a/rsync/rsync.pro +++ b/rsync/rsync.pro | |||
@@ -1,60 +1,131 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | 2 | ||
3 | CONFIG += qt staticlib warn_on | 3 | CONFIG += qt staticlib warn_on |
4 | 4 | ||
5 | DESTDIR = $$(OPIEDIR)/lib | 5 | DESTDIR = $$(OPIEDIR)/lib |
6 | 6 | ||
7 | HEADERS += \ | 7 | HEADERS += \ |
8 | buf.h \ | 8 | buf.h \ |
9 | checksum.h \ | 9 | checksum.h \ |
10 | command.h \ | 10 | command.h \ |
11 | emit.h \ | 11 | emit.h \ |
12 | job.h \ | 12 | job.h \ |
13 | netint.h \ | 13 | netint.h \ |
14 | protocol.h \ | 14 | protocol.h \ |
15 | prototab.h \ | 15 | prototab.h \ |
16 | rsync.h \ | 16 | rsync.h \ |
17 | search.h \ | 17 | search.h \ |
18 | stream.h \ | 18 | stream.h \ |
19 | sumset.h \ | 19 | sumset.h \ |
20 | trace.h \ | 20 | trace.h \ |
21 | types.h \ | 21 | types.h \ |
22 | util.h \ | 22 | util.h \ |
23 | whole.h \ | 23 | whole.h \ |
24 | config_rsync.h \ | 24 | config_rsync.h \ |
25 | qrsync.h | 25 | qrsync.h |
26 | 26 | ||
27 | SOURCES += \ | 27 | SOURCES += \ |
28 | base64.c \ | 28 | base64.c \ |
29 | buf.c \ | 29 | buf.c \ |
30 | checksum.c \ | 30 | checksum.c \ |
31 | command.c \ | 31 | command.c \ |
32 | delta.c \ | 32 | delta.c \ |
33 | emit.c \ | 33 | emit.c \ |
34 | hex.c \ | 34 | hex.c \ |
35 | job.c \ | 35 | job.c \ |
36 | mdfour.c \ | 36 | mdfour.c \ |
37 | mksum.c \ | 37 | mksum.c \ |
38 | msg.c \ | 38 | msg.c \ |
39 | netint.c \ | 39 | netint.c \ |
40 | patch.c \ | 40 | patch.c \ |
41 | prototab.c \ | 41 | prototab.c \ |
42 | readsums.c \ | 42 | readsums.c \ |
43 | scoop.c \ | 43 | scoop.c \ |
44 | search.c \ | 44 | search.c \ |
45 | stats.c \ | 45 | stats.c \ |
46 | stream.c \ | 46 | stream.c \ |
47 | sumset.c \ | 47 | sumset.c \ |
48 | trace.c \ | 48 | trace.c \ |
49 | tube.c \ | 49 | tube.c \ |
50 | util.c \ | 50 | util.c \ |
51 | version.c \ | 51 | version.c \ |
52 | whole.c \ | 52 | whole.c \ |
53 | qrsync.cpp | 53 | qrsync.cpp |
54 | 54 | ||
55 | INCLUDEPATH += $(OPIEDIR)/include . | 55 | INCLUDEPATH += $(OPIEDIR)/include . |
56 | 56 | ||
57 | LIBS += -lopiecore2 | 57 | LIBS += -lopiecore2 |
58 | TARGET = qrsync | 58 | TARGET = qrsync |
59 | 59 | ||
60 | include ( $(OPIEDIR)/include.pro ) | 60 | include( |
61 | |||
62 | |||
63 | |||
64 | |||
65 | |||
66 | |||
67 | |||
68 | |||
69 | |||
70 | |||
71 | |||
72 | |||
73 | |||
74 | |||
75 | |||
76 | |||
77 | |||
78 | |||
79 | |||
80 | |||
81 | |||
82 | |||
83 | |||
84 | |||
85 | |||
86 | |||
87 | |||
88 | |||
89 | |||
90 | |||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | |||
97 | |||
98 | |||
99 | |||
100 | |||
101 | |||
102 | |||
103 | |||
104 | |||
105 | |||
106 | |||
107 | |||
108 | |||
109 | |||
110 | |||
111 | |||
112 | |||
113 | |||
114 | |||
115 | |||
116 | |||
117 | |||
118 | |||
119 | |||
120 | |||
121 | |||
122 | |||
123 | |||
124 | |||
125 | |||
126 | |||
127 | |||
128 | |||
129 | |||
130 | |||
131 | $(OPIEDIR)/include.pro ) | ||