summaryrefslogtreecommitdiff
path: root/rsync/rsync.pro
Unidiff
Diffstat (limited to 'rsync/rsync.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--rsync/rsync.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync/rsync.pro b/rsync/rsync.pro
index a02d122..79b1465 100644
--- a/rsync/rsync.pro
+++ b/rsync/rsync.pro
@@ -1,60 +1,60 @@
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
55INCLUDEPATH += $(OPIEDIR)/include 55INCLUDEPATH += $(OPIEDIR)/include .
56 56
57LIBS += -lopiecore2 57LIBS += -lopiecore2
58TARGET = qrsync 58TARGET = qrsync
59 59
60include ( $(OPIEDIR)/include.pro ) 60include ( $(OPIEDIR)/include.pro )