mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
685f2a259f
This conflicts with the KDE_INSTALL_PLUGINDIR and prevent the dolphin plugin to be installed at the right location. Since csync no longer have plugin, this can be removed
29 lines
757 B
CMake
29 lines
757 B
CMake
#cmakedefine PACKAGE "${APPLICATION_NAME}"
|
|
#cmakedefine VERSION "${APPLICATION_VERSION}"
|
|
#cmakedefine LOCALEDIR "${LOCALE_INSTALL_DIR}"
|
|
#cmakedefine LIBDIR "${LIBDIR}"
|
|
#cmakedefine SYSCONFDIR "${SYSCONFDIR}"
|
|
#cmakedefine BINARYDIR "${BINARYDIR}"
|
|
#cmakedefine SOURCEDIR "${SOURCEDIR}"
|
|
|
|
#cmakedefine HAVE_CLOCK_GETTIME
|
|
|
|
#cmakedefine WITH_LOG4C 1
|
|
#cmakedefine WITH_ICONV 1
|
|
|
|
#cmakedefine HAVE_ARGP_H 1
|
|
#cmakedefine HAVE_ICONV_H 1
|
|
#cmakedefine HAVE_SYS_ICONV_H 1
|
|
|
|
#cmakedefine HAVE_TIMEGM 1
|
|
#cmakedefine HAVE_STRERROR_R 1
|
|
#cmakedefine HAVE_UTIMES 1
|
|
#cmakedefine HAVE_LSTAT 1
|
|
#cmakedefine HAVE_FNMATCH 1
|
|
#cmakedefine HAVE_ICONV 1
|
|
#cmakedefine HAVE_ICONV_CONST 1
|
|
|
|
#cmakedefine HAVE___MINGW_ASPRINTF 1
|
|
#cmakedefine HAVE_ASPRINTF 1
|
|
|
|
#cmakedefine WITH_UNIT_TESTING 1
|