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
Add move command
[vng.git]
/
vng.pro
blob
d3563cf042e7b48022b62ca76abffe3c1936726b
1
TEMPLATE
=
app
2
CONFIG
+=
console
3
CONFIG
-=
app_bundle
4
5
# Input
6
SOURCES
+=
\
7
Vng
.
cpp \
8
CommandLineParser
.
cpp \
9
AbstractCommand
.
cpp \
10
GitRunner
.
cpp \
11
Logger
.
cpp \
12
Interview
.
cpp \
13
InterviewCursor
.
cpp \
14
Configuration
.
cpp \
15
VngCommandLine
.
cpp \
16
Add
.
cpp \
17
Branches
.
cpp \
18
Changes
.
cpp \
19
Initialize
.
cpp \
20
Move
.
cpp \
21
Push
.
cpp \
22
Record
.
cpp \
23
Revert
.
cpp \
24
UnRecord
.
cpp \
25
UnRevert
.
cpp \
26
WhatsNew
.
cpp \
27
hunks
/
Hunk
.
cpp \
28
hunks
/
File
.
cpp \
29
hunks
/
ChangeSet
.
cpp \
30
hunks
/
HunksCursor
.
cpp \
31
commits
/
Commit
.
cpp \
32
commits
/
Branch
.
cpp \
33
commits
/
CommitsCursor
.
cpp \
34
35
36
HEADERS
+=
\
37
Vng
.
h \
38
CommandLineParser
.
h \
39
AbstractCommand
.
h \
40
GitRunner
.
h \
41
Logger
.
h \
42
Interview
.
h \
43
InterviewCursor
.
h \
44
Configuration
.
h \
45
VngCommandLine
.
h \
46
Add
.
h \
47
Branches
.
h \
48
Changes
.
h \
49
Initialize
.
h \
50
Move
.
h \
51
Push
.
h \
52
Record
.
h \
53
Revert
.
h \
54
UnRecord
.
h \
55
UnRevert
.
h \
56
WhatsNew
.
h \
57
hunks
/
Hunk
.
h \
58
hunks
/
File
.
h \
59
hunks
/
ChangeSet
.
h \
60
hunks
/
HunksCursor
.
h \
61
commits
/
Commit
.
h \
62
commits
/
Commit_p
.
h \
63
commits
/
Branch
.
cpp \
64
commits
/
CommitsCursor
.
h \
65