Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2012-12-20 23:05:56 +0400
committerDaniel Molkentin <danimo@owncloud.com>2012-12-20 23:35:21 +0400
commite6b9c16d049e1ccce99a1b9f976c1c157785b437 (patch)
tree2f1c764572e7882d81d73f6b8c370fadfa5e9552 /config.h.in
parent488943aaa0cc385ef1eb234d6a4c2aba4ad69e9b (diff)
Update About dialog
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index ff40ddfba..c166bcec4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -5,5 +5,7 @@
#cmakedefine WITH_CSYNC 1
#cmakedefine WITH_QTKEYCHAIN 1
+#cmakedefine GIT_SHA1 "@GIT_SHA1@"
+#cmakedefine APPLICATION_DOMAIN @APPLICATION_DOMAIN@
#cmakedefine THEME_CLASS @THEME_CLASS@
#endif