1#-----------------------------------------------------------------------------
2# Common variables for all projects.
3#-----------------------------------------------------------------------------
4
5
6#-----------------------------------------------------------------------------
7# Project name (used e.g. in include file and doc install path).
8# remember to update debian/* files if you changes this
9#-----------------------------------------------------------------------------
10PROJECT_NAME = accounts-qml-module
11
12
13#-----------------------------------------------------------------------------
14# Project version
15# remember to update debian/* files if you changes this
16#-----------------------------------------------------------------------------
17PROJECT_VERSION = 0.7
18
19# End of File
20