summaryrefslogtreecommitdiffstats
path: root/src/gui/inputmethod
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/inputmethod
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/inputmethod')
-rw-r--r--src/gui/inputmethod/inputmethod.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inputmethod/inputmethod.pri b/src/gui/inputmethod/inputmethod.pri
index 6a3ef83..d439438 100644
--- a/src/gui/inputmethod/inputmethod.pri
+++ b/src/gui/inputmethod/inputmethod.pri
@@ -19,7 +19,7 @@ embedded {
HEADERS += inputmethod/qwsinputcontext_p.h
SOURCES += inputmethod/qwsinputcontext_qws.cpp
}
-mac:!embedded:!embedded_lite {
+mac:!embedded:!qpa {
HEADERS += inputmethod/qmacinputcontext_p.h
SOURCES += inputmethod/qmacinputcontext_mac.cpp
}