~sil/ubuntu-keyboard/numbers-on-top-row

« back to all changes in this revision

Viewing changes to src/lib/parser/parser.pri

  • Committer: Guenter Schwann
  • Date: 2013-11-13 15:36:39 UTC
  • mfrom: (101.4.5 keyboard-cleanups)
  • Revision ID: guenter.schwann@canonical.com-20131113153639-9i9irt1mle00vy1t
Remove some dead code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PARSER_DIR = ./parser
2
 
 
3
 
HEADERS += \
4
 
    parser/alltagtypes.h \
5
 
    parser/layoutparser.h \
6
 
    parser/tagbindingcontainer.h \
7
 
    parser/tagbinding.h \
8
 
    parser/tagextended.h \
9
 
    parser/tagkeyboard.h \
10
 
    parser/tagkey.h \
11
 
    parser/taglayout.h \
12
 
    parser/tagmodifiers.h \
13
 
    parser/tagrowcontainer.h \
14
 
    parser/tagrowelement.h \
15
 
    parser/tagrow.h \
16
 
    parser/tagsection.h \
17
 
    parser/tagspacer.h
18
 
 
19
 
SOURCES += \
20
 
    parser/layoutparser.cpp \
21
 
    parser/tagbindingcontainer.cpp \
22
 
    parser/tagbinding.cpp \
23
 
    parser/tagextended.cpp \
24
 
    parser/tagkeyboard.cpp \
25
 
    parser/tagkey.cpp \
26
 
    parser/taglayout.cpp \
27
 
    parser/tagmodifiers.cpp \
28
 
    parser/tagrowcontainer.cpp \
29
 
    parser/tagrowelement.cpp \
30
 
    parser/tagrow.cpp \
31
 
    parser/tagsection.cpp \
32
 
    parser/tagspacer.cpp
33
 
 
34
 
DEPENDPATH += $$PARSER_DIR