kde-playground/akonadi/akonadi-prefix.h.cmake

8 lines
326 B
CMake
Raw Normal View History

2015-09-23 09:37:02 +00:00
/* 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}"
#define AKONADILIB "${LIB_INSTALL_DIR}"
#define AKONADIBUNDLEPATH "${AKONADI_BUNDLE_PATH}"