fix nodeAtPoint for layers.
[kdelibs.git] / config-prefix.h.cmake
blob3e1a20d2b33742d7bfbee25d6dcf28b2a995516d
1 /* This file contains all the paths that change when changing the installation prefix */
3 #define KDEDIR "${CMAKE_INSTALL_PREFIX}"
5 /* The compiled in system configuration prefix */
6 #define KDESYSCONFDIR "${SYSCONF_INSTALL_DIR}"
8 #define __KDE_BINDIR "${BIN_INSTALL_DIR}"
10 /* Compile in the exec prefix to help kstddirs in finding dynamic libs
11    (This was for exec_prefix != prefix - still needed?) */
12 #define __KDE_EXECPREFIX "NONE"