summaryrefslogtreecommitdiffstats
path: root/src/gui/text
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-06-24 09:41:39 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2010-06-24 09:41:39 (GMT)
commit9716e12e0f5590ebc23ad9fb7ba75c6a3c5aadab (patch)
treef1c6c06cc17f9f844b5e5083e917044949fbe3e2 /src/gui/text
parent4e27ff09ce4fae4b0af584e1dedb6fa189c6e3d8 (diff)
downloadQt-9716e12e0f5590ebc23ad9fb7ba75c6a3c5aadab.zip
Qt-9716e12e0f5590ebc23ad9fb7ba75c6a3c5aadab.tar.gz
Qt-9716e12e0f5590ebc23ad9fb7ba75c6a3c5aadab.tar.bz2
Adding -qpa configure switch
also renaming the embedded_lite qmake switch to be qpa
Diffstat (limited to 'src/gui/text')
-rw-r--r--src/gui/text/text.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/text/text.pri b/src/gui/text/text.pri
index d7bddf5..04ab7df 100644
--- a/src/gui/text/text.pri
+++ b/src/gui/text/text.pri
@@ -89,7 +89,7 @@ unix:x11 {
text/qfontengine_ft.cpp
}
-!embedded:!embedded_lite:!x11:mac {
+!embedded:!qpa:!x11:mac {
SOURCES += \
text/qfont_mac.cpp
OBJECTIVE_SOURCES += text/qfontengine_mac.mm
@@ -110,7 +110,7 @@ embedded {
DEFINES += QT_NO_FONTCONFIG
}
-embedded_lite {
+qpa {
SOURCES += \
text/qfont_qws.cpp \
text/qfontengine_ft.cpp \