~mardy/ubuntu-system-settings-online-accounts/qml-dialog

« back to all changes in this revision

Viewing changes to common-vars.pri

  • Committer: Alberto Mardegan
  • Date: 2013-05-30 13:00:54 UTC
  • Revision ID: alberto.mardegan@canonical.com-20130530130054-oojk8zrqbhmiaitd
First iteration

Show existing accounts and providers list

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 = uoa-setup
 
11
 
 
12
#-----------------------------------------------------------------------------
 
13
# Project version
 
14
# remember to update debian/* files if you changes this
 
15
#-----------------------------------------------------------------------------
 
16
PROJECT_VERSION = 0.1
 
17
 
 
18
# End of File