frameworkintegration/fix-appstream-detection.patch

14 lines
397 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e20a47b..4e1c9a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
find_package(KF5Package ${KF5_DEP_VERSION} REQUIRED)
find_package(packagekitqt5)
-find_package(AppStreamQt 0.10)
+find_package(AppstreamQt 0.10)
add_subdirectory(src)
add_subdirectory(autotests)