~timo-jyrinki/ubuntu-ui-toolkit/test_jenkins_7_success

« back to all changes in this revision

Viewing changes to examples/1.2/locale/locale.pro

  • Committer: Zsombor Egri
  • Date: 2015-05-05 16:23:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1501.
  • Revision ID: zsombor.egri@canonical.com-20150505162329-3ls2cx5ylqvycrzz
examples moved out from 1.3, we don't need old examples code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
TEMPLATE = aux
2
 
 
3
 
filetypes = qml png svg js jpg qmlproject desktop
4
 
 
5
 
OTHER_FILES = ""
6
 
 
7
 
for(filetype, filetypes) {
8
 
  OTHER_FILES += *.$$filetype
9
 
}
10
 
 
11
 
 
12
 
desktop_files.path = /usr/share/applications
13
 
desktop_files.files = locale.desktop
14
 
 
15
 
other_files.path = /usr/lib/ubuntu-ui-toolkit/examples/locale
16
 
other_files.files = $$OTHER_FILES
17
 
 
18
 
INSTALLS += other_files desktop_files
19