blob: 5dc7d756686fee467d282ccaee52d445716a4ae5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
###############################################################################
# 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()
|