summaryrefslogtreecommitdiffstats
path: root/src/gui/text/text.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-07-05 13:03:09 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-07-06 11:24:46 +0200
commiteaedcefbf8dbdc77dec07922777cb7dc68740888 (patch)
tree74ce9c54be2984578bd0e438df680aa3ed14ccf2 /src/gui/text/text.pri
parent4ed17a650847d4ad129478608e9697c909126263 (diff)
add QTextControl class to QtGui
This is a reduced version of the old text control class, that doesn't support a few QWidget specific additions. Change-Id: Ib4542845a30473bb2462b2fe14daba178b571368
Diffstat (limited to 'src/gui/text/text.pri')
-rw-r--r--src/gui/text/text.pri5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/text/text.pri b/src/gui/text/text.pri
index e8535e089c..cf14f743f5 100644
--- a/src/gui/text/text.pri
+++ b/src/gui/text/text.pri
@@ -22,7 +22,9 @@ HEADERS += \
text/qtexthtmlparser_p.h \
text/qabstracttextdocumentlayout.h \
text/qtextdocumentlayout_p.h \
- text/qtextcursor.h \
+ text/qtextcontrol_p.h \
+ text/qtextcontrol_p_p.h \
+ text/qtextcursor.h \
text/qtextcursor_p.h \
text/qtextdocumentfragment.h \
text/qtextdocumentfragment_p.h \
@@ -50,6 +52,7 @@ SOURCES += \
text/qfontsubset.cpp \
text/qfontmetrics.cpp \
text/qfontdatabase.cpp \
+ text/qtextcontrol.cpp \
text/qtextengine.cpp \
text/qtextlayout.cpp \
text/qtextformat.cpp \