prospective fix for crashes induced by an invalidated iterator.
[kdelibs.git] / config-prefix.h.cmake
blob84ce82e0e2d38dd98f560f13865331ec77b5a1e7
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"
14 #define LIBEXEC_INSTALL_DIR "${LIBEXEC_INSTALL_DIR}"