Add CurrentProject:VcsTopLevelPath as a variable.

Change-Id: I46ed1c0711cc9cc23f82628e8e9dcd82b1112fad
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tom Deblauwe
2014-03-24 15:53:35 +01:00
committed by Tobias Hunger
parent a3da1dfce5
commit 8845683197
2 changed files with 8 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ const char VCS_ID_CVS[] = "Z.CVS";
const char VAR_VCS_NAME[] = "CurrentProject:VcsName";
const char VAR_VCS_TOPIC[] = "CurrentProject:VcsTopic";
const char VAR_VCS_TOPLEVELPATH[] = "CurrentProject:VcsTopLevelPath";
} // namespace Constants
} // namespace VcsBase