forked from chengxiangfei/libqgit2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
libqgit2.pro
69 lines (61 loc) · 1.43 KB
/
libqgit2.pro
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
65
66
67
68
69
######################################################################
# Automatically generated by qmake (2.01a) Di. Aug 16 11:19:28 2011
######################################################################
TEMPLATE = lib
TARGET = qgit2
DEPENDPATH += . src \
libgit2/src libgit2/include libgit2/include/git2 \
libgit2/deps/http-parser
INCLUDEPATH += . src \
libgit2/include libgit2/src \
libgit2/deps/http-parser
CONFIG += staticlib
# Input
HEADERS += \
libqgit2_export.h \
qgitblob.h \
qgitcommit.h \
qgitdatabase.h \
qgitdatabasebackend.h \
qgitindex.h \
qgitindexentry.h \
qgitindexmodel.h \
qgitobject.h \
qgitoid.h \
qgitref.h \
qgitrepository.h \
qgitrevwalk.h \
qgitsignature.h \
qgittag.h \
qgittree.h \
qgittreeentry.h \
qgitexception.h \
qgit2.h \
src/qgitconfig.h
SOURCES += \
qgitblob.cpp \
qgitcommit.cpp \
qgitdatabase.cpp \
qgitdatabasebackend.cpp \
qgitindex.cpp \
qgitindexentry.cpp \
qgitindexmodel.cpp \
qgitobject.cpp \
qgitoid.cpp \
qgitref.cpp \
qgitrepository.cpp \
qgitrevwalk.cpp \
qgitsignature.cpp \
qgittag.cpp \
qgittree.cpp \
qgittreeentry.cpp \
qgitexception.cpp \
src/qgitconfig.cpp
include(libgit2.pri)
include(http-parser.pri)
#win32: {
DEFINES += STDC
INCLUDEPATH += libgit2/deps/zlib
DEPENDPATH += libgit2/deps/zlib
include(zlib.pri)
#}