0
|
1 |
HEADERS += \
|
|
2 |
text/q3syntaxhighlighter.h \
|
|
3 |
text/q3syntaxhighlighter_p.h \
|
|
4 |
text/q3textview.h \
|
|
5 |
text/q3textbrowser.h \
|
|
6 |
text/q3textedit.h \
|
|
7 |
text/q3multilineedit.h \
|
|
8 |
text/q3richtext_p.h \
|
|
9 |
text/q3simplerichtext.h \
|
|
10 |
text/q3stylesheet.h \
|
|
11 |
text/q3textstream.h
|
|
12 |
|
|
13 |
SOURCES += \
|
|
14 |
text/q3syntaxhighlighter.cpp \
|
|
15 |
text/q3textview.cpp \
|
|
16 |
text/q3textbrowser.cpp \
|
|
17 |
text/q3textedit.cpp \
|
|
18 |
text/q3multilineedit.cpp \
|
|
19 |
text/q3richtext.cpp \
|
|
20 |
text/q3richtext_p.cpp \
|
|
21 |
text/q3simplerichtext.cpp \
|
|
22 |
text/q3stylesheet.cpp \
|
|
23 |
text/q3textstream.cpp
|
|
24 |
|
|
25 |
INCLUDEPATH += ../3rdparty/harfbuzz/src
|