qtdmm/config.h.in

35 lines
1.2 KiB
C

/*
* This file is part of the QtDMM project.
*
* Copyright (C) 2014 Joel Holdsworth <joel@airwebreathe.org.uk>
*
* 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, see <http://www.gnu.org/licenses/>.
*/
#ifndef _QTDMM_CONFIG_H
#define _QTDMM_CONFIG_H
/* Application details */
#define QTDMM_TITLE "@QTDMM_TITLE@"
#define QTDMM_DESCRIPTION "@QTDMM_DESCRIPTION@"
#define QTDMM_BIN_NAME "@PROJECT_NAME@"
/* Pulseview version information */
#define QTDMM_VERSION_MAJOR @QTDMM_VERSION_MAJOR@
#define QTDMM_VERSION_MINOR @QTDMM_VERSION_MINOR@
#define QTDMM_VERSION_MICRO @QTDMM_VERSION_MICRO@
#define QTDMM_VERSION_STRING "@QTDMM_VERSION_STRING@"
#endif