summaryrefslogtreecommitdiffstats
path: root/src/gui/text/text.pri
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2012-07-02 16:24:06 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-03 14:40:01 +0200
commitfcef238d3cd7ba99c15835788be1e90b3618bf25 (patch)
tree89aeb09cc2bcee323fcafd72d24efa6f0a8d6586 /src/gui/text/text.pri
parentb84bb0b245294cfc4cdb92a093d5953bc86f0c73 (diff)
Remove platform specific DirectWrite font engine from QtGui
This has moved into the platform plugin, but it was still lying around in QtGui and hindering it from compiling. Change-Id: I47fa730453cbd8aa230ccc4651afd2e774023db6 Reviewed-by: Jiang Jiang <jiang.jiang@nokia.com>
Diffstat (limited to 'src/gui/text/text.pri')
-rw-r--r--src/gui/text/text.pri6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/text/text.pri b/src/gui/text/text.pri
index fb46642b31..ffd53313a3 100644
--- a/src/gui/text/text.pri
+++ b/src/gui/text/text.pri
@@ -77,12 +77,6 @@ SOURCES += \
text/qglyphrun.cpp \
text/qdistancefield.cpp
-contains(QT_CONFIG, directwrite) {
- LIBS_PRIVATE += -ldwrite
- HEADERS += text/qfontenginedirectwrite_p.h
- SOURCES += text/qfontenginedirectwrite.cpp
-}
-
SOURCES += \
text/qfont_qpa.cpp \
text/qfontengine_qpa.cpp \