Change app install and min Qt versions

This commit is contained in:
Gaelle Braud 2026-02-25 10:13:11 +01:00
parent 1c15d83174
commit df0a911fe4
2 changed files with 3 additions and 2 deletions

View file

@ -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)

View file

@ -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)