aboutsummaryrefslogtreecommitdiff
path: root/lib/gumbo-parser/gumbo-parser.pri
blob: c4668b855f690c4b8bc2982133bddf962f302103 (plain) (blame)
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
27
28
29
30
31
32
33
34
35
36
37
38
#DISTFILES += \
#  $$PWD/tag.in

INCLUDEPATH += $$quote($$PWD/include)

HEADERS += \
  $$PWD/attribute.h \
  $$PWD/char_ref.h \
  $$PWD/char_ref.rl \
  $$PWD/error.h \
  $$PWD/gumbo-utf8.h \
  $$PWD/include/gumbo.h \
  $$PWD/insertion_mode.h \
  $$PWD/parser.h \
  $$PWD/string_buffer.h \
  $$PWD/string_piece.h \
  $$PWD/include/tag_enum.h \
  $$PWD/tag_gperf.h \
  $$PWD/tag_sizes.h \
  $$PWD/tag_strings.h \
  $$PWD/token_type.h \
  $$PWD/tokenizer.h \
  $$PWD/tokenizer_states.h \
  $$PWD/util.h \
  $$PWD/vector.h

SOURCES += \
  $$PWD/attribute.c \
  $$PWD/char_ref.c \
  $$PWD/error.c \
  $$PWD/gumbo-utf8.c \
  $$PWD/parser.c \
  $$PWD/string_buffer.c \
  $$PWD/string_piece.c \
  $$PWD/tag.c \
  $$PWD/tokenizer.c \
  $$PWD/util.c \
  $$PWD/vector.c