QCodeEditor: Update to current cpeditor/QCodeEditor fork, commit ed1196a
[smuview.git] / config.h.in
blob8eff892d08b264dada092cd01b13e5d69d7c533b
1 /*
2 * This file is part of the SmuView project.
4 * Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
5 * Copyright (C) 2017-2021 Frank Stettner <frank-stettner@gmx.net>
7 * This program is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
21 #ifndef CONFIG_H
22 #define CONFIG_H
24 /* Application details */
25 #define SV_TITLE "@SV_TITLE@"
26 #define SV_BIN_NAME "@PROJECT_NAME@"
28 /* SmuView version information */
29 #define SV_VERSION_MAJOR @SV_VERSION_MAJOR@
30 #define SV_VERSION_MINOR @SV_VERSION_MINOR@
31 #define SV_VERSION_MICRO @SV_VERSION_MICRO@
32 #define SV_VERSION_SUFFIX "@SV_VERSION_SUFFIX@"
33 #define SV_VERSION_STRING "@SV_VERSION_STRING@"
34 #define SV_MANUAL_VERSION "@SV_MANUAL_VERSION@"
36 /* Platform properties */
37 #cmakedefine HAVE_UNALIGNED_LITTLE_ENDIAN_ACCESS
39 #define SV_GLIBMM_VERSION "@SV_GLIBMM_VERSION@"
40 #define SV_PYBIND11_VERSION "@SV_PYBIND11_VERSION@"
41 #define SV_PYTHON_VERSION "@SV_PYTHON_VERSION@"
43 #endif // CONFIG_H