File: akonadi-prefix.h.cmake

package info (click to toggle)
akonadi 1.3.1-3%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,992 kB
  • ctags: 1,749
  • sloc: cpp: 14,906; xml: 655; php: 521; sh: 61; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 385 bytes parent folder | download
1
2
3
4
5
6
7
/* This file contains all the paths that change when changing the installation prefix */

#define AKONADIPREFIX "${CMAKE_INSTALL_PREFIX}"
#define AKONADIDATA   "${SHARE_INSTALL_PREFIX}"
#define AKONADICONFIG "${CONFIG_INSTALL_DIR}"
// the below is hardcoded to what FindKDE4Internal.cmake sets it to, since we have no way of finding that
#define AKONADIBUNDLEPATH "/Applications/KDE4"