diff options
Diffstat (limited to 'user/akonadi-contacts/lts.patch')
-rw-r--r-- | user/akonadi-contacts/lts.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/akonadi-contacts/lts.patch b/user/akonadi-contacts/lts.patch new file mode 100644 index 000000000..946f29590 --- /dev/null +++ b/user/akonadi-contacts/lts.patch @@ -0,0 +1,11 @@ +--- akonadi-contacts-20.08.1/CMakeLists.txt.old 2020-09-01 06:34:26.000000000 +0000 ++++ akonadi-contacts-20.08.1/CMakeLists.txt 2020-09-17 16:27:53.030804534 +0000 +@@ -30,7 +30,7 @@ + set(KMIMELIB_VERSION "5.15.1") + set(AKONADI_VERSION "5.15.1") + +-set(QT_REQUIRED_VERSION "5.13.0") ++set(QT_REQUIRED_VERSION "5.12.9") + find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test) + ########### Find packages ########### + find_package(KF5KIO ${KF5_MIN_VERSION} CONFIG REQUIRED) |