mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
41 lines
2 KiB
CMake
41 lines
2 KiB
CMake
/*******************************************************************************
|
|
* config.h.cmake
|
|
* Copyright (C) 2017-2018 Belledonne Communications, Grenoble France
|
|
*
|
|
********************************************************************************
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation; either version 2
|
|
* of the License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
*
|
|
*******************************************************************************/
|
|
|
|
#cmakedefine APPLICATION_DESCRIPTION "${APPLICATION_DESCRIPTION}"
|
|
#cmakedefine APPLICATION_ID "${APPLICATION_ID}"
|
|
#cmakedefine APPLICATION_NAME "${APPLICATION_NAME}"
|
|
#cmakedefine APPLICATION_VENDOR "${APPLICATION_VENDOR}"
|
|
#cmakedefine APPLICATION_URL "${APPLICATION_URL}"
|
|
#cmakedefine APPLICATION_LICENCE "${APPLICATION_LICENCE}"
|
|
#cmakedefine APPLICATION_LICENCE_URL "${APPLICATION_LICENCE_URL}"
|
|
#cmakedefine APPLICATION_SEMVER "${APPLICATION_SEMVER}"
|
|
#cmakedefine COPYRIGHT_RANGE_DATE "${COPYRIGHT_RANGE_DATE}"
|
|
#cmakedefine ENABLE_UPDATE_CHECK 1
|
|
#cmakedefine EXECUTABLE_NAME "${EXECUTABLE_NAME}"
|
|
#cmakedefine MSPLUGINS_DIR "${MSPLUGINS_DIR}"
|
|
#cmakedefine ENABLE_APP_WEBVIEW "${ENABLE_APP_WEBVIEW}"
|
|
#cmakedefine ENABLE_SCREENSHARING "${ENABLE_SCREENSHARING}"
|
|
#cmakedefine QTKEYCHAIN_TARGET_NAME ${QTKEYCHAIN_TARGET_NAME}
|
|
#cmakedefine PDF_ENABLED
|
|
#cmakedefine LINPHONEAPP_SHORT_VERSION "${LINPHONEAPP_SHORT_VERSION}"
|
|
#cmakedefine GIT_BRANCH_NAME "${GIT_BRANCH_NAME}"
|
|
#cmakedefine LINPHONESDK_VERSION "${LINPHONESDK_VERSION}"
|