summaryrefslogtreecommitdiffstats
path: root/src/gui/text
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2012-08-26 00:24:54 +0300
committerQt by Nokia <qt-info@nokia.com>2012-08-29 07:56:50 +0200
commit9f561f8a41660453b686d34e4c1d41e955bdadfa (patch)
treec8cba1f0e79c4254b78c14a57cb0736a5f299553 /src/gui/text
parentf61d02deeae522c410433a3aa9929e246f413cda (diff)
Harfbuzz: fix build with NO_OPENTYPE macro defined
Remove `DEFINES += QT_NO_OPENTYPE` since there are no QT_NO_OPENTYPE guards and I'm not sure defining NO_OPENTYPE won't break some things. Change-Id: I7b36d3f200408aee99db73c56baa9b4a21cb54f9 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/gui/text')
-rw-r--r--src/gui/text/text.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/text/text.pri b/src/gui/text/text.pri
index ffd53313a3..face6f248f 100644
--- a/src/gui/text/text.pri
+++ b/src/gui/text/text.pri
@@ -86,5 +86,4 @@ SOURCES += \
HEADERS += \
text/qplatformfontdatabase.h
-DEFINES += QT_NO_OPENTYPE
INCLUDEPATH += ../3rdparty/harfbuzz/src