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
Change-Id: Id171fccffa78f2d8233d800a6ea3469e9f440f79
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
(cherry picked from commit 5901f0ba09e4df91be3767badd8252cbdfed28e8)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Karim Pinter 2025-03-26 11:26:22 +02:00 committed by Qt Cherry-pick Bot
parent 573c39ff00
commit 2d6a4293be

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