summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorOBATA Akio <[email protected]>2023-11-13 14:09:22 +0900
committerSlávek Banko <[email protected]>2023-11-13 09:13:04 +0100
commit4999d66f1b636c3484167c577cddd70e9a9d1adc (patch)
tree218f673b328bbb4cf304db6cdecaabbe396b2fc1 /ConfigureChecks.cmake
parent5b1ff5f73e6ad00d285145d29a6067d5bbea08d7 (diff)
downloadtqtinterface-4999d66f1b636c3484167c577cddd70e9a9d1adc.tar.gz
tqtinterface-4999d66f1b636c3484167c577cddd70e9a9d1adc.zip
Change to build and install inputmethod files if enabled
Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 73e6afa2ee2871d3cf47df6cea6d818876bd3642)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake3
1 files changed, 3 insertions, 0 deletions
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} " )