summaryrefslogtreecommitdiffstats
path: root/src/gui/image/image.pri
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-06-24 11:41:39 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2010-06-24 11:41:39 +0200
commit9716e12e0f5590ebc23ad9fb7ba75c6a3c5aadab (patch)
treef1c6c06cc17f9f844b5e5083e917044949fbe3e2 /src/gui/image/image.pri
parent4e27ff09ce4fae4b0af584e1dedb6fa189c6e3d8 (diff)
Adding -qpa configure switch
also renaming the embedded_lite qmake switch to be qpa
Diffstat (limited to 'src/gui/image/image.pri')
-rw-r--r--src/gui/image/image.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/image/image.pri b/src/gui/image/image.pri
index 064ba3279a..13447e7612 100644
--- a/src/gui/image/image.pri
+++ b/src/gui/image/image.pri
@@ -63,14 +63,14 @@ win32 {
embedded {
SOURCES += image/qpixmap_qws.cpp
}
-embedded_lite {
+qpa {
SOURCES += image/qpixmap_qpa.cpp
}
x11 {
HEADERS += image/qpixmap_x11_p.h
SOURCES += image/qpixmap_x11.cpp
}
-!embedded:!embedded_lite:mac {
+!embedded:!qpa:mac {
HEADERS += image/qpixmap_mac_p.h
SOURCES += image/qpixmap_mac.cpp
}