summaryrefslogtreecommitdiffstats
path: root/src/gui/text/text.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-07-05 13:05:37 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-07-06 11:24:46 +0200
commit8d7647e286e07690de15a6ff9189307ee1a3517c (patch)
tree15a2e57d992d094d15057a2c1a4064a12c905acb /src/gui/text/text.pri
parenteaedcefbf8dbdc77dec07922777cb7dc68740888 (diff)
added a QLineControl class to QtGui
The class does not have support for completion, but is otherwise mostly on par with the control in QtWidgets. Change-Id: I2c89f8ea910cfacba67d4e5e56d8d650d27760b9
Diffstat (limited to 'src/gui/text/text.pri')
-rw-r--r--src/gui/text/text.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/text/text.pri b/src/gui/text/text.pri
index cf14f743f5..5e5f8e31c8 100644
--- a/src/gui/text/text.pri
+++ b/src/gui/text/text.pri
@@ -9,6 +9,7 @@ HEADERS += \
text/qfontmetrics.h \
text/qfont_p.h \
text/qfontsubset_p.h \
+ text/qlinecontrol_p.h \
text/qtextengine_p.h \
text/qtextlayout.h \
text/qtextformat.h \
@@ -52,6 +53,7 @@ SOURCES += \
text/qfontsubset.cpp \
text/qfontmetrics.cpp \
text/qfontdatabase.cpp \
+ text/qlinecontrol.cpp \
text/qtextcontrol.cpp \
text/qtextengine.cpp \
text/qtextlayout.cpp \