repo.or.cz
/
vng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial import
[vng.git]
/
vng.pro
blob
a893947b1d2c63c32e19b9a2bb9dcb12ca829294
1
TEMPLATE
=
app
2
CONFIG
+=
console
3
4
# Input
5
SOURCES
+=
\
6
Vng
.
cpp \
7
CommandLineParser
.
cpp \
8
AbstractCommand
.
cpp \
9
GitRunner
.
cpp \
10
Logger
.
cpp \
11
Interview
.
cpp \
12
InterviewCursor
.
cpp \
13
Configuration
.
cpp \
14
VngCommandLine
.
cpp \
15
Add
.
cpp \
16
Push
.
cpp \
17
Record
.
cpp \
18
Revert
.
cpp \
19
UnCommit
.
cpp \
20
UnRevert
.
cpp \
21
WhatsNew
.
cpp \
22
hunks
/
Hunk
.
cpp \
23
hunks
/
File
.
cpp \
24
hunks
/
ChangeSet
.
cpp \
25
hunks
/
HunksCursor
.
cpp \
26
commits
/
Commit
.
cpp \
27
28
29
HEADERS
+=
\
30
Vng
.
h \
31
CommandLineParser
.
h \
32
AbstractCommand
.
h \
33
GitRunner
.
h \
34
Logger
.
h \
35
Interview
.
h \
36
InterviewCursor
.
h \
37
Configuration
.
h \
38
VngCommandLine
.
h \
39
Add
.
h \
40
Push
.
h \
41
Record
.
h \
42
Revert
.
h \
43
UnCommit
.
h \
44
UnRevert
.
h \
45
WhatsNew
.
h \
46
hunks
/
Hunk
.
h \
47
hunks
/
File
.
h \
48
hunks
/
ChangeSet
.
h \
49
hunks
/
HunksCursor
.
h \
50
commits
/
Commit
.
h \
51