summaryrefslogtreecommitdiffstats
path: root/src/gui/text/text.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text/text.pri')
-rw-r--r--src/gui/text/text.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/text/text.pri b/src/gui/text/text.pri
index ba6ddb32f0..7a9aee62fd 100644
--- a/src/gui/text/text.pri
+++ b/src/gui/text/text.pri
@@ -9,7 +9,8 @@ HEADERS += \
text/qfontmetrics.h \
text/qfont_p.h \
text/qfontsubset_p.h \
- text/qtextcontrol_p.h \
+ text/qlinecontrol_p.h \
+ text/qtextcontrol_p.h \
text/qtextcontrol_p_p.h \
text/qtextengine_p.h \
text/qtextlayout.h \
@@ -51,7 +52,8 @@ SOURCES += \
text/qfontsubset.cpp \
text/qfontmetrics.cpp \
text/qfontdatabase.cpp \
- text/qtextcontrol.cpp \
+ text/qlinecontrol.cpp \
+ text/qtextcontrol.cpp \
text/qtextengine.cpp \
text/qtextlayout.cpp \
text/qtextformat.cpp \