CMake uses Desktop tslib for INTEGRITY configuration by mistake

IGY doesn't provide tslib backend. QT_FEATURE_tslib should be OFF.

Task-number: QTBUG-102121
Pick-to: 6.2 6.3
Change-Id: Id6417b92864312f6437c773a472aff8517b6e5dc
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
bb10
Tatiana Borisova 2022-03-30 15:37:29 +03:00
parent a0a2bf2d95
commit 64fc50e309
1 changed files with 1 additions and 1 deletions

View File

@ -884,7 +884,7 @@ qt_feature("sessionmanager" PUBLIC
qt_feature_definition("sessionmanager" "QT_NO_SESSIONMANAGER" NEGATE VALUE "1")
qt_feature("tslib" PRIVATE
LABEL "tslib"
CONDITION Tslib_FOUND
CONDITION Tslib_FOUND AND NOT INTEGRITY
)
qt_feature("tuiotouch" PRIVATE
LABEL "TuioTouch"