include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src/importers ${CMAKE_SOURCE_DIR}/src/exporters ${CMAKE_BINARY_DIR} ${TQT_INCLUDE_DIRS} ${TDE_INCLUDE_DIR} ) link_directories( ${TQT_LIBRARY_DIRS} ${TDE_LIB_DIR} ) ##### kretest (executable) tde_add_check_executable( kretest AUTOMOC SOURCES kretest.cpp LINK krecipesexporters-static krecipesimporters-static krecipesdbs-static datablocks-static tdecore-shared tdeio-shared ) ##### mmftest (executable) tde_add_check_executable( mmftest AUTOMOC SOURCES mmftest.cpp LINK krecipesexporters-static krecipesimporters-static krecipesdbs-static datablocks-static tdecore-shared tdeio-shared ) ##### mx2test (executable) tde_add_check_executable( mx2test AUTOMOC SOURCES mx2test.cpp LINK krecipesexporters-static krecipesimporters-static krecipesdbs-static datablocks-static tdecore-shared tdeio-shared ) ##### mxptest (executable) tde_add_check_executable( mxptest AUTOMOC SOURCES mxptest.cpp LINK krecipesexporters-static krecipesimporters-static krecipesdbs-static datablocks-static tdecore-shared tdeio-shared ) ##### rezkonvtest (executable) tde_add_check_executable( rezkonvtest AUTOMOC SOURCES rezkonvtest.cpp LINK krecipesexporters-static krecipesimporters-static krecipesdbs-static datablocks-static tdecore-shared tdeio-shared ) ##### nyctest (executable) tde_add_check_executable( nyctest AUTOMOC SOURCES nyctest.cpp LINK krecipesexporters-static krecipesimporters-static krecipesdbs-static datablocks-static tdecore-shared tdeio-shared ) ##### recipemltest (executable) tde_add_check_executable( recipemltest AUTOMOC SOURCES recipemltest.cpp LINK krecipesexporters-static krecipesimporters-static krecipesdbs-static datablocks-static tdecore-shared tdeio-shared )