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: 5450a3d5da1700d0a911ba803db0ca4463f4d69b (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CONFIG_H
#define CONFIG_H

#cmakedefine USE_INOTIFY 1
#cmakedefine WITH_QTKEYCHAIN 1

#cmakedefine GIT_SHA1 "@GIT_SHA1@"
#cmakedefine APPLICATION_DOMAIN @APPLICATION_DOMAIN@
#cmakedefine THEME_CLASS @THEME_CLASS@
#cmakedefine THEME_INCLUDE @THEME_INCLUDE@
#endif