Don't find ktextwidgets for mobile

It's only used for the KPart

(cherry picked from commit 9eb404c337)
remotes/origin/work/aacid/453987
Nicolas Fella 4 years ago
parent bc9da32708
commit 0658e09efc
  1. 3
      CMakeLists.txt

@ -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)

Loading…
Cancel
Save