summaryrefslogtreecommitdiffstats
path: root/src/gui/text/text.pri
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-10-28 12:41:31 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2010-10-28 15:04:18 +0200
commit6a5a894dda402b433505447f14fb7ed9eeac8a48 (patch)
tree7c489cd94c4969c05bc00eb09081931d5f355e4e /src/gui/text/text.pri
parent3d86d2a8e5e3c68f9e0022e676293ddc5288c849 (diff)
Moving QCoreTextFontEngine with related classes into own file
The declaration of QCoreTextFontEngine was ifdefed in qfontengine_p.h. So was QMacFontEngine. I have moved them into their own files (qfontengine_coretext_p.h and qfontengine_mac_p.h).
Diffstat (limited to 'src/gui/text/text.pri')
-rw-r--r--src/gui/text/text.pri10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/gui/text/text.pri b/src/gui/text/text.pri
index 0040b54161..daafdd9db4 100644
--- a/src/gui/text/text.pri
+++ b/src/gui/text/text.pri
@@ -93,9 +93,15 @@ unix:x11 {
}
!embedded:!qpa:!x11:mac {
+ HEADERS += \
+ text/qfontengine_mac_p.h
+ OBJECTIVE_HEADERS += \
+ text/qfontengine_coretext_p.h
SOURCES += \
- text/qfont_mac.cpp
- OBJECTIVE_SOURCES += text/qfontengine_mac.mm
+ text/qfont_mac.cpp
+ OBJECTIVE_SOURCES += \
+ text/qfontengine_coretext.mm \
+ text/qfontengine_mac.mm
}
embedded {