mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
Deactivate video if no codecs are selected. Link to licence in about. Fix loosing ICE configuration. Fix click shortcut on the first item on smartsearch bar. Add separated and editable prefix phone number in assistant.
10 lines
440 B
CMake
10 lines
440 B
CMake
set(APPLICATION_DESCRIPTION "A libre SIP client")
|
|
set(APPLICATION_ID "com.belledonnecommunications.linphone")
|
|
set(APPLICATION_NAME Linphone)
|
|
set(APPLICATION_URL "https://www.linphone.org")
|
|
set(APPLICATION_VENDOR "Belledonne Communications")
|
|
set(APPLICATION_LICENCE "GNU General Public License V3")
|
|
set(APPLICATION_LICENCE_URL "https://www.gnu.org/licenses/gpl-3.0.html")
|
|
set(APPLICATION_START_LICENCE "2010")
|
|
|
|
set(EXECUTABLE_NAME linphone)
|