mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
6 lines
233 B
CMake
6 lines
233 B
CMake
/* 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}"
|
|
|