nextcloud-desktop/config.h.in

10 lines
166 B
C
Raw Normal View History

#ifndef CONFIG_H
#define CONFIG_H
#cmakedefine USE_INOTIFY 1
#cmakedefine WITH_CSYNC 1
#cmakedefine WITH_QTKEYCHAIN 1
#cmakedefine THEME_CLASS @THEME_CLASS@
#endif