############################################################################### # Trinity KOffice # # --------------- # # This file is licensed under the terms of GNU GPL v3 or later. # # Improvements and feedback are welcome. # ############################################################################### find_program(HAVE_MAKETDEWIDGETS maketdewidgets) if (NOT HAVE_MAKETDEWIDGETS) message(WARNING "maketdewidgets not found, won't generate Designer widgets") endif() if (BUILD_KROSS) include(lib/kross/ConfigureChecks.cmake) endif()