File: version-cmake.h.in

package info (click to toggle)
ponyprog 3.0.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,752 kB
  • sloc: cpp: 33,187; python: 981; sh: 507; makefile: 36
file content (26 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef PONYPROGVERSION_H
#define PONYPROGVERSION_H

#ifndef APP_VERSION
#define APP_VERSION  "${APP_VERSION}"
#endif

#ifndef APP_AUTHOR
#define APP_AUTHOR  "${APP_AUTHOR}"
#endif

#ifndef PROGRAM_DATE
#define PROGRAM_DATE  "${APP_BUILD_DATE}"
#endif

#ifndef APP_NAME
#define APP_NAME  "${APP_NAME}"
#endif

#ifndef APP_EMAIL
#define APP_EMAIL  "${APP_EMAIL}"
#endif

#define USE_QT_VERSION  ${USE_QT_VERSION}

#endif