Don't find ktextwidgets for mobile

It's only used for the KPart
This commit is contained in:
Nicolas Fella 2022-04-05 22:14:20 +02:00 committed by Albert Astals Cid
parent 32bbf3d4b8
commit 9eb404c337

View file

@ -107,7 +107,6 @@ find_package(KF5 ${KF5_REQUIRED_VERSION} REQUIRED COMPONENTS
CoreAddons
I18n
KIO
TextWidgets
ThreadWeaver
WindowSystem
${optionalComponents}
@ -117,7 +116,7 @@ find_package(KF5 ${KF5_REQUIRED_VERSION} REQUIRED COMPONENTS
)
if (BUILD_DESKTOP)
find_package(KF5 ${KF5_REQUIRED_VERSION} REQUIRED COMPONENTS Parts Crash IconThemes)
find_package(KF5 ${KF5_REQUIRED_VERSION} REQUIRED COMPONENTS Parts Crash IconThemes TextWidgets)
endif()
if(KF5Wallet_FOUND)