You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
714 B
CMake
15 lines
714 B
CMake
###############################################################################
|
|
# 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() |