Remove library requirement from the im configure feature

The feature doesn't require library nor dlopen support, even for
input context plugins (which work fine in static builds).

Task-number: QTBUG-135146
Pick-to: 6.8 6.9
Change-Id: Id171fccffa78f2d8233d800a6ea3469e9f440f79
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Karim Pinter 2025-03-26 11:26:22 +02:00 committed by Tor Arne Vestbø
parent 0e322aa419
commit 5901f0ba09

View File

@ -1156,7 +1156,6 @@ qt_feature("im" PUBLIC
SECTION "Kernel"
LABEL "QInputContext"
PURPOSE "Provides complex input methods."
CONDITION QT_FEATURE_library
)
qt_feature_definition("im" "QT_NO_IM" NEGATE VALUE "1")
qt_feature("highdpiscaling" PUBLIC