~online-accounts/libaccounts-qt/13.04

1 by Alberto Mardegan
Initial commit
1
#-----------------------------------------------------------------------------
2
# Common variables for all projects.
3
#-----------------------------------------------------------------------------
4
DEFINES += BUILDING_ACCOUNTS_QT
5
6
7
#-----------------------------------------------------------------------------
8
# Project name (used e.g. in include file and doc install path).
9
# remember to update debian/* files if you changes this
10
#-----------------------------------------------------------------------------
11
PROJECT_NAME = accounts-qt
12
13
14
#-----------------------------------------------------------------------------
15
# Project version
16
# remember to update debian/* files if you changes this
17
#-----------------------------------------------------------------------------
104 by Alberto Mardegan
Version 1.3
18
PROJECT_VERSION = 1.3
1 by Alberto Mardegan
Initial commit
19
20
#-----------------------------------------------------------------------------
21
# Library version
22
#-----------------------------------------------------------------------------
46 by Alberto Mardegan
Version 0.34
23
VERSION = 1.1.4
1 by Alberto Mardegan
Initial commit
24
25
26
# End of File
27