summaryrefslogtreecommitdiffstats
path: root/src/gui/text/text.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-05 14:07:23 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-05 14:07:23 +0200
commit2bcd79e213f9637b4c12e7c82a74e621ec0f3ca3 (patch)
treef2931e6818535e7e57198ca74d2e85ce6c161abf /src/gui/text/text.pri
parent288d3884969624037bd201ef78540c06643807e8 (diff)
remove some more qapp dependencies
Diffstat (limited to 'src/gui/text/text.pri')
-rw-r--r--src/gui/text/text.pri9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/gui/text/text.pri b/src/gui/text/text.pri
index 7a9aee62fd..24f9c5f0e4 100644
--- a/src/gui/text/text.pri
+++ b/src/gui/text/text.pri
@@ -9,10 +9,7 @@ HEADERS += \
text/qfontmetrics.h \
text/qfont_p.h \
text/qfontsubset_p.h \
- text/qlinecontrol_p.h \
- text/qtextcontrol_p.h \
- text/qtextcontrol_p_p.h \
- text/qtextengine_p.h \
+ text/qtextengine_p.h \
text/qtextlayout.h \
text/qtextformat.h \
text/qtextformat_p.h \
@@ -52,9 +49,7 @@ SOURCES += \
text/qfontsubset.cpp \
text/qfontmetrics.cpp \
text/qfontdatabase.cpp \
- text/qlinecontrol.cpp \
- text/qtextcontrol.cpp \
- text/qtextengine.cpp \
+ text/qtextengine.cpp \
text/qtextlayout.cpp \
text/qtextformat.cpp \
text/qtextobject.cpp \