~zsombi/ubuntu-ui-toolkit/fix-1217650

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TEMPLATE = subdirs

SUBDIRS += \ 
    ubuntu-ui-toolkit-gallery\
    jokes \
    locale \
    unit-converter \
    calculator


#examples = jokes unit-converter
#filetypes = qml png svg js jpg wav
 
#OTHER_FILES = ""

#for(example, examples) {
#  for(filetype, filetypes) {
#    OTHER_FILES += $$example/*.$$filetype
#  }
#}

#other_files.path = /usr/lib/ubuntu-ui-toolkit/examples
#other_files.files = $$OTHER_FILES

#INSTALLS += other_files