Warning, /graphics/krita/KoTestConfig.h.cmake is written in an unsupported language. File is not indexed.
0001 #include <KoConfig.h> 0002 0003 /* This variable contains the path to the root of the source directory */ 0004 #define KRITA_SOURCE_DIR "${CMAKE_SOURCE_DIR}" 0005 0006 /* This variable contains the path to the data install dir */ 0007 #define KRITA_RESOURCE_DIRS_FOR_TESTS "${CMAKE_INSTALL_PREFIX}/${DATA_INSTALL_DIR};${CMAKE_SOURCE_DIR}/krita/data" 0008 0009 /* This variable contains the path to the plugins install dir */ 0010 #define KRITA_PLUGINS_DIR_FOR_TESTS "${CMAKE_INSTALL_PREFIX}/${KRITA_PLUGIN_INSTALL_DIR}"