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

config.h.in - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff40ddfba99a733a81b2ed266b5ae8b9b3103d97 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CONFIG_H
#define CONFIG_H

#cmakedefine USE_INOTIFY 1
#cmakedefine WITH_CSYNC 1
#cmakedefine WITH_QTKEYCHAIN 1

#cmakedefine THEME_CLASS @THEME_CLASS@
#endif