File: common-vars.pri

package info (click to toggle)
libaccounts-qt 1.17-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: cpp: 3,286; makefile: 23; sh: 8
file content (25 lines) | stat: -rw-r--r-- 888 bytes parent folder | download
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
#-----------------------------------------------------------------------------
# Common variables for all projects.
#-----------------------------------------------------------------------------
DEFINES += BUILDING_ACCOUNTS_QT


#-----------------------------------------------------------------------------
# Project name (used e.g. in include file and doc install path).
#-----------------------------------------------------------------------------
PROJECT_NAME = accounts-qt


#-----------------------------------------------------------------------------
# Project version
#-----------------------------------------------------------------------------
PROJECT_VERSION = 1.17

#-----------------------------------------------------------------------------
# Library version
#-----------------------------------------------------------------------------
VERSION = 1.5


# End of File