summaryrefslogtreecommitdiffstats
path: root/src/gui/text/text.pri
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2011-08-15 07:31:15 (GMT)
committerEike Ziller <eike.ziller@nokia.com>2011-08-24 07:04:39 (GMT)
commitec7a1dce2ed0766e7681598c17a80468794a249e (patch)
tree14d2ae4c652c7ce47504b3c5ee4bd9cb1f625578 /src/gui/text/text.pri
parent71774c738ef466167bac36174948a3aabe0a6811 (diff)
downloadQt-ec7a1dce2ed0766e7681598c17a80468794a249e.zip
Qt-ec7a1dce2ed0766e7681598c17a80468794a249e.tar.gz
Qt-ec7a1dce2ed0766e7681598c17a80468794a249e.tar.bz2
Use CoreText for font rendering on uikit.
Diffstat (limited to 'src/gui/text/text.pri')
-rw-r--r--src/gui/text/text.pri9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/gui/text/text.pri b/src/gui/text/text.pri
index b6cdc52..1cfacf7 100644
--- a/src/gui/text/text.pri
+++ b/src/gui/text/text.pri
@@ -106,14 +106,17 @@ unix:x11 {
!embedded:!qpa:!x11:mac {
HEADERS += \
text/qfontengine_mac_p.h
- OBJECTIVE_HEADERS += \
- text/qfontengine_coretext_p.h
SOURCES += \
text/qfont_mac.cpp \
text/qrawfont_mac.cpp
OBJECTIVE_SOURCES += \
- text/qfontengine_coretext.mm \
text/qfontengine_mac.mm
+}
+!embedded:!x11:mac {
+ OBJECTIVE_HEADERS += \
+ text/qfontengine_coretext_p.h
+ OBJECTIVE_SOURCES += \
+ text/qfontengine_coretext.mm
contains(QT_CONFIG, harfbuzz) {
DEFINES += QT_ENABLE_HARFBUZZ_FOR_MAC
}