mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
Change app install and min Qt versions
This commit is contained in:
parent
1c15d83174
commit
df0a911fe4
2 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue