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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2012-11-13 14:20:55 +0400
committerKlaas Freitag <freitag@owncloud.com>2012-11-27 22:28:03 +0400
commit2b2eb853fcbb3d36f369f507821c4ebea5ddecee (patch)
tree5dd8c133547f69a1cf16efaaae4d1c390e1f42f7 /config.h.in
parentbf2181f11161b714311017643c3338aa19c21b80 (diff)
Add qtkeychain to cmake - WIP read password from keychain.
Conflicts: CMakeLists.txt
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 3139baf87..ff40ddfba 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,6 +3,7 @@
#cmakedefine USE_INOTIFY 1
#cmakedefine WITH_CSYNC 1
+#cmakedefine WITH_QTKEYCHAIN 1
#cmakedefine THEME_CLASS @THEME_CLASS@
#endif