~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to po/po.pro

  • Committer: Kunal Parmar
  • Date: 2013-09-04 13:37:10 UTC
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: pkunal.parmar@gmail.com-20130904133710-ysaxcuazkjo0l4xj
Theme and some other modification

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## This .pro file is used to create a Makefile with the necessary rules
2
 
## to create an initial translations template and to update it whenever
3
 
## there are new translatable strings in the project that are ready to be
4
 
## exposed to translators
5
 
##
6
 
## See the ../README.translations file for more information
7
 
 
8
1
TEMPLATE = subdirs
9
2
 
10
3
PROJECTNAME = $$system(basename ../*.qmlproject)
11
4
PROJECTNAME = $$replace(PROJECTNAME,.qmlproject,)
12
5
 
13
 
DESKTOPFILE = ../com.ubuntu.calendar_calendar.desktop.in
 
6
DESKTOPFILE = ../$${PROJECTNAME}.desktop
14
7
 
15
8
SOURCECODE = ../*.qml \
16
9
             ../*.js
17
10
 
18
11
BUILDDIR = ../.build
19
 
DESKTOPFILETEMP = $${BUILDDIR}/com.ubuntu.calendar_calendar.desktop.in
 
12
DESKTOPFILETEMP = $${BUILDDIR}/$${PROJECTNAME}.desktop.js
20
13
 
21
14
message("")
22
15
message(" Project Name: $$PROJECTNAME ")