fix: kf6-ki18n — disable ECMGenerateQDoc (needs Qt6Tools)
This commit is contained in:
@@ -26,6 +26,10 @@ sed -i 's/^ki18n_install(po)/#ki18n_install(po)/' \
|
||||
"${COOKBOOK_SOURCE}/CMakeLists.txt" 2>/dev/null || true
|
||||
sed -i 's/find_package(ECM 6[.]27[.]0/find_package(ECM 6.10.0/' \
|
||||
"${COOKBOOK_SOURCE}/CMakeLists.txt" 2>/dev/null || true
|
||||
sed -i '/include(ECMGenerateQDoc)/d' \
|
||||
"${COOKBOOK_SOURCE}/CMakeLists.txt" 2>/dev/null || true
|
||||
sed -i '/ecm_generate_qdoc/d' \
|
||||
"${COOKBOOK_SOURCE}/src/i18n/CMakeLists.txt" 2>/dev/null || true
|
||||
|
||||
# Build the QML-facing i18n library needed by KNewStuffWidgets. Keep the
|
||||
# locale-data QML plugin disabled until its runtime data surface is packaged.
|
||||
|
||||
Reference in New Issue
Block a user