forked from chengxiangfei/libqgit2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibgit2.pri
64 lines (61 loc) · 989 Bytes
/
libgit2.pri
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
SOURCES += \
attr.c \
attr_file.c \
blob.c \
buffer.c \
cache.c \
commit.c \
config.c \
config_file.c \
delta-apply.c \
errors.c \
fetch.c \
filebuf.c \
fileops.c \
global.c \
hash.c \
hashtable.c \
ignore.c \
index.c \
indexer.c \
mwindow.c \
netops.c \
object.c \
odb.c \
odb_loose.c \
odb_pack.c \
oid.c \
pack.c \
path.c \
pkt.c \
posix.c \
pqueue.c \
protocol.c \
reflog.c \
refs.c \
refspec.c \
remote.c \
repository.c \
revwalk.c \
sha1.c \
sha1_lookup.c \
signature.c \
status.c \
tag.c \
thread-utils.c \
transport.c \
tree-cache.c \
tree.c \
tsort.c \
util.c \
vector.c
unix:SOURCES += \
unix/map.c
win32:SOURCES += \
win32/dir.c \
win32/fnmatch.c \
win32/map.c \
win32/posix_w32.c \
win32/pthread.c \
win32/utf-conv.c
win32:OTHER_FILES += git2.rc