From 4999d66f1b636c3484167c577cddd70e9a9d1adc Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Mon, 13 Nov 2023 14:09:22 +0900 Subject: Change to build and install inputmethod files if enabled Signed-off-by: OBATA Akio (cherry picked from commit 73e6afa2ee2871d3cf47df6cea6d818876bd3642) --- ConfigureChecks.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index f76d691..1b1dfa2 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -209,3 +209,6 @@ if( ( HAVE_GLU_OPENGL OR HAVE_GLU_GL ) AND TQGLWIDGET ) tde_message_fatal( "OpenGL has been requested, but neither the OpenGL headers or tqt3 with OpenGL support have been found on your system" ) endif() endif( OPENGL_ENABLED ) + +##### check for Inputmethod +string( REGEX MATCH " inputmethod " INPUTMETHOD_ENABLED " ${TQT_CONF_VARS} " ) -- cgit v1.2.3