forked from elementary/appcenter
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7386e3f
commit e957877
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
namespace Build { | ||
public const string APP_NAME = "@APP_NAME@"; | ||
public const string PROJECT_NAME = "@CMAKE_PROJECT_NAME@"; | ||
public const string DATADIR = "@DATADIR@"; | ||
public const string PKGDATADIR = "@PKGDATADIR@"; | ||
public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@"; | ||
public const string BLACKLIST = "@BLACKLIST@"; | ||
public const string CONFIGDIR = "@CONFIGDIR@"; | ||
public const string RELEASE_NAME = "@RELEASE_NAME@"; | ||
public const string VERSION = "@VERSION@"; | ||
public const string VERSION_INFO = "@VERSION_INFO@"; | ||
public const string DESKTOP_FILE = "@DESKTOP_FILE@"; | ||
public const string DESKTOP_ICON = "@DESKTOP_ICON@"; | ||
public const string APP_NAME = "@APP_NAME@"; | ||
public const string BLACKLIST = "@BLACKLIST@"; | ||
public const string CONFIGDIR = "@CONFIGDIR@"; | ||
public const string DATADIR = "@DATADIR@"; | ||
public const string DESKTOP_FILE = "@DESKTOP_FILE@"; | ||
public const string DESKTOP_ICON = "@DESKTOP_ICON@"; | ||
public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@"; | ||
public const string PKGDATADIR = "@PKGDATADIR@"; | ||
public const string PROJECT_NAME = "@CMAKE_PROJECT_NAME@"; | ||
public const string RELEASE_NAME = "@RELEASE_NAME@"; | ||
public const string VERSION = "@VERSION@"; | ||
public const string VERSION_INFO = "@VERSION_INFO@"; | ||
} |