00001 00023 #ifndef CONFIG_H 00024 #define CONFIG_H 00025 00026 // defintions that will be set by cmake 00027 #define VERSION "${VERSION}" 00028 #define LCDBUILDER_LIB_DIR "${CMAKE_INSTALL_PREFIX}/lib/lcdbuilder" 00029 #define LCDBUILDER_QM_DIR "${CMAKE_INSTALL_PREFIX}/share/lcdbuilder/translations" 00030 00031 #endif