~webapps/unity-webapps-qml/14.04

1 by Alexandre Abreu
Initial protype commit
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
#-----------------------------------------------------------------------------
10
PROJECT_NAME = webapps-qml-module
11
12
13
#-----------------------------------------------------------------------------
14
# Project version
15
# remember to update debian/* files if you changes this
16
#-----------------------------------------------------------------------------
17
PROJECT_VERSION = 0.1
18
19
API_URI = "Ubuntu.UnityWebApps"
20
21
# End of File