source: trunk/src/qt3support/text/text.pri@ 890

Last change on this file since 890 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 573 bytes
Line 
1HEADERS += \
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
13SOURCES += \
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
25INCLUDEPATH += ../3rdparty/harfbuzz/src
Note: See TracBrowser for help on using the repository browser.