From df0a911fe40a1e831f1c9eac2a28bd74a1c99647 Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Wed, 25 Feb 2026 10:13:11 +0100 Subject: [PATCH] Change app install and min Qt versions --- README.md | 3 ++- cmake/install/install.cmake | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ae1e7225..d0a9f9e0f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ Linphone is dual licensed, and is available either : As linphone-desktop depends on [Linphone SDK](https://gitlab.linphone.org/BC/public/linphone-sdk), you need to install to Build dependencies common to all target platforms of this project: [The Linphone SDK depdencies](https://gitlab.linphone.org/BC/public/linphone-sdk#common-to-all-target-platforms) -For Desktop : you will need QT6 (_6.10.0 or newer_). `C++17` support is required!. You have two way to install it : +For Desktop : you will need QT6 (_6.8.0 or newer_) (/!\ Some emojis should not be rendered well using Qt < _6.9.0_). `C++17` support is required! +You have two way to install it : - Using the [official QT installer](https://www.qt.io/download-thank-you) - Using an alternative installer like [aqtinstall](https://github.com/miurahr/aqtinstall) diff --git a/cmake/install/install.cmake b/cmake/install/install.cmake index dbc2264ff..a184313b8 100644 --- a/cmake/install/install.cmake +++ b/cmake/install/install.cmake @@ -40,7 +40,7 @@ if(NOT LINPHONEAPP_VERSION) endif() if (NOT(LINPHONEAPP_VERSION)) - set(LINPHONEAPP_VERSION "6.1.0") + set(LINPHONEAPP_VERSION "6.1.1") endif () include(${CMAKE_SOURCE_DIR}/Linphone/application_info.cmake)