Linux: fix dead keys

This commit is contained in:
tobtoht 2023-03-07 23:09:16 +01:00
parent 371aef9de0
commit 317a4bd6ba
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
2 changed files with 5 additions and 0 deletions

View file

@ -295,6 +295,10 @@ if(STATIC AND NOT Qt6_FOUND)
endif()
endif()
if(STATIC AND UNIX AND Qt6_FOUND)
target_link_libraries(feather Qt6::QComposePlatformInputContextPlugin)
endif()
if(DEPENDS AND APPLE)
# TODO: Needed for ___isOSVersionAtLeast
target_link_libraries(feather

View file

@ -31,6 +31,7 @@
#if defined(Q_OS_LINUX) && defined(STATIC)
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)
Q_IMPORT_PLUGIN(QComposePlatformInputContextPlugin) // Needed for dead keys on Linux
#endif
#if defined(Q_OS_LINUX) && defined(STACK_TRACE)