db-move: moved adwaita-icon-theme from [testing] to [extra] (any)
[arch-packages.git] / kpimtextedit / trunk / fix-qch-install.patch
blob0c6236c2df8ca87ff4f5be63f4ba03ca0c30912d
1 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
2 index 255c9f1..10f71cc 100644
3 --- a/src/CMakeLists.txt
4 +++ b/src/CMakeLists.txt
5 @@ -411,5 +411,12 @@ install(EXPORT KPim${KF_MAJOR_VERSION}TextEditTargets
6 FILE KPim${KF_MAJOR_VERSION}TextEditTargets.cmake
7 NAMESPACE KF5::
9 +if (BUILD_QCH)
10 + install(FILES
11 + "${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}TextEditQchTargets.cmake"
12 + DESTINATION "${CMAKECONFIG_INSTALL_DIR_KF5}"
13 + COMPONENT Devel
14 + )
15 +endif()
16 endif()
17 endif()