blob: 0e74761ce6aead1597384bca29c9830865a7b041 (
plain)
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
|
HEADERS += \
text/q3syntaxhighlighter.h \
text/q3syntaxhighlighter_p.h \
text/q3textview.h \
text/q3textbrowser.h \
text/q3textedit.h \
text/q3multilineedit.h \
text/q3richtext_p.h \
text/q3simplerichtext.h \
text/q3stylesheet.h \
text/q3textstream.h
SOURCES += \
text/q3syntaxhighlighter.cpp \
text/q3textview.cpp \
text/q3textbrowser.cpp \
text/q3textedit.cpp \
text/q3multilineedit.cpp \
text/q3richtext.cpp \
text/q3richtext_p.cpp \
text/q3simplerichtext.cpp \
text/q3stylesheet.cpp \
text/q3textstream.cpp
INCLUDEPATH += ../3rdparty/harfbuzz/src
|