~online-accounts/libaccounts-qt/13.04

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
27
#-----------------------------------------------------------------------------
# Common variables for all projects.
#-----------------------------------------------------------------------------
DEFINES += BUILDING_ACCOUNTS_QT


#-----------------------------------------------------------------------------
# Project name (used e.g. in include file and doc install path).
# remember to update debian/* files if you changes this
#-----------------------------------------------------------------------------
PROJECT_NAME = accounts-qt


#-----------------------------------------------------------------------------
# Project version
# remember to update debian/* files if you changes this
#-----------------------------------------------------------------------------
PROJECT_VERSION = 1.3

#-----------------------------------------------------------------------------
# Library version
#-----------------------------------------------------------------------------
VERSION = 1.1.4


# End of File