Skip to content
Snippets Groups Projects

Round out support of latest input method protocols

Merged Francesco Sorrentino requested to merge francesco.sorr/wrapland:sync-input-methods into master
2 files
+ 349
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -556,6 +556,20 @@ target_link_libraries(test_text_input_v3
@@ -556,6 +556,20 @@ target_link_libraries(test_text_input_v3
add_test(NAME wrapland-test_text_input_v3 COMMAND test_text_input_v3)
add_test(NAME wrapland-test_text_input_v3 COMMAND test_text_input_v3)
ecm_mark_as_test(test_text_input_v3)
ecm_mark_as_test(test_text_input_v3)
 
# ##################################################################################################
 
# Test text-input with input-method synchronization
 
# ##################################################################################################
 
set(test_text_input_method_sync_SRCS text_input_method_sync.cpp)
 
add_executable(test-text-input-method-sync ${test_text_input_method_sync_SRCS})
 
target_link_libraries(test-text-input-method-sync
 
Qt5::Test
 
Qt5::Gui
 
Wrapland::Client
 
Wrapland::Server
 
)
 
add_test(NAME wrapland-test-text-input-method-sync COMMAND test-text-input-method-sync)
 
ecm_mark_as_test(test-text-input-method-sync)
 
# ##################################################################################################
# ##################################################################################################
# Test Error
# Test Error
# ##################################################################################################
# ##################################################################################################
Loading